Skip to content

Commit

Permalink
Update jenkins-file-qualitygate-status-check
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Apr 14, 2018
1 parent a42679a commit c972a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-file-qualitygate-status-check
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node{
}
}
}
stage('QualityGate Status Check'){
stage('Set Build Status'){
status = getQualityGateStatus()
if(! "SUCCESS".equals(status)){
error "Qualitygates Failed"
Expand Down

0 comments on commit c972a67

Please sign in to comment.