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

Merge pull request 'new jenkins build agent' (#4) from new-build-agent into master

parents 8dca11f3 89adfb0f
No related branches found
No related tags found
No related merge requests found
pipeline { pipeline {
agent { agent {
node { node {
label 'jenkins-build-agent' label 'ozgcloud-jenkins-build-agent'
} }
} }
...@@ -154,12 +154,6 @@ pipeline { ...@@ -154,12 +154,6 @@ pipeline {
} }
stage ('OWASP Dependency-Check Vulnerabilities') { stage ('OWASP Dependency-Check Vulnerabilities') {
when {
anyOf {
branch 'master'
branch 'release'
}
}
steps { steps {
dependencyCheck additionalArguments: ''' dependencyCheck additionalArguments: '''
-o "./" -o "./"
...@@ -168,6 +162,7 @@ pipeline { ...@@ -168,6 +162,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