We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f7eda commit 3cee09dCopy full SHA for 3cee09d
Jenkinsfile
@@ -1,6 +1,6 @@
1
#!/usr/bin/groovy
2
3
-@Library(['github.com/indigo-dc/[email protected].5']) _
+@Library(['github.com/indigo-dc/[email protected].6']) _
4
5
pipeline {
6
agent {
@@ -74,7 +74,6 @@ pipeline {
74
}
75
76
77
- /*
78
stage('Dependency check') {
79
80
label 'docker-build'
@@ -85,7 +84,7 @@ pipeline {
85
84
86
post {
87
always {
88
- OWASPDependencyCheckPublish()
+ OWASPDependencyCheckPublish(report='**/dependency-check-report.xml')
89
HTMLReport(
90
"$WORKSPACE/DEEPaaS/deepaas",
91
'dependency-check-report.html',
@@ -94,7 +93,6 @@ pipeline {
94
93
95
96
97
- */
98
99
stage('DockerHub delivery') {
100
when {
0 commit comments