Skip to content

Commit

Permalink
Added wait for quality gate
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Feb 21, 2021
1 parent d5ea424 commit f2407b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ pipeline {

}
}
stage("Quality Gate") {
steps {
timeout(time: 1, unit: 'HOURS') {
waitForQualityGate abortPipeline: true
}
}
}
stage('post build') {
steps {
junit 'gameoflife-web/target/surefire-reports/*.xml'
Expand Down

0 comments on commit f2407b3

Please sign in to comment.