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 {
agent {
node {
label 'jenkins-build-agent'
label 'ozgcloud-jenkins-build-agent'
}
}
......@@ -154,12 +154,6 @@ pipeline {
}
stage ('OWASP Dependency-Check Vulnerabilities') {
when {
anyOf {
branch 'master'
branch 'release'
}
}
steps {
dependencyCheck additionalArguments: '''
-o "./"
......@@ -168,6 +162,7 @@ pipeline {
-d /dependency-check-data
--suppression dependency-check-supressions.xml
--disableKnownExploited
--noupdate
--disableArchive
--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