Skip to content

Commit

Permalink
Update JenkinsfileAugBacth2022
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Oct 12, 2022
1 parent 744ed07 commit 7f6ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsfileAugBacth2022
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ try{

def slackNotifications(String buildStatus = 'STARTED') {
// build status of null means successful
//buildStatus = buildStatus ?: 'SUCCESS'
buildStatus = buildStatus ? "SUCCESS":"FAILURE"
buildStatus = buildStatus ?: 'SUCCESS'
//buildStatus = buildStatus ? "SUCCESS":"FAILURE"

// Default values
def colorName = 'RED'
Expand Down

0 comments on commit 7f6ce28

Please sign in to comment.