Skip to content

Commit 20181c8

Browse files
author
kjohnson
committed
added missing steps block
1 parent 76ffff2 commit 20181c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/dast_Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ pipeline {
3636
}
3737
}
3838
stage('SonarQube Q-Gate Check') {
39+
steps {
3940
timeout(time: 2, unit: 'MINUTES') {
4041
waitForQualityGate abortPipeline: true
4142
}
43+
}
4244
}
4345
stage('OWASP ZAP Scan') {
4446
steps {

0 commit comments

Comments
 (0)