Skip to content
Snippets Groups Projects
Commit 43acb71e authored by OZGCloud's avatar OZGCloud
Browse files

new jenkins build agent

parent 583c20d4
Branches
Tags
No related merge requests found
pipeline { pipeline {
agent { agent {
node { node {
label 'jenkins-quarkus-build-agent' label 'ozgcloud-jenkins-build-agent'
} }
} }
...@@ -90,9 +90,6 @@ pipeline { ...@@ -90,9 +90,6 @@ pipeline {
} }
stage ('OWASP Dependency-Check Vulnerabilities') { stage ('OWASP Dependency-Check Vulnerabilities') {
when {
branch 'master'
}
steps { steps {
dependencyCheck additionalArguments: ''' dependencyCheck additionalArguments: '''
-o "./" -o "./"
...@@ -101,6 +98,7 @@ pipeline { ...@@ -101,6 +98,7 @@ pipeline {
-d /dependency-check-data -d /dependency-check-data
--suppression dependency-check-supressions.xml --suppression dependency-check-supressions.xml
--disableKnownExploited --disableKnownExploited
--noupdate
--disableArchive --disableArchive
--prettyPrint''', odcInstallation: 'dependency-check-owasp' --prettyPrint''', odcInstallation: 'dependency-check-owasp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment