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 4334a65 commit e421f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileAugBacth2022
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def slackNotifications(String buildStatus = 'STARTED') {
}

// Send notifications
slackSend (color: colorCode, message: summary)
slackSend (color: colorCode, message: summary, channel: "#walmart")
}


Expand Down

0 comments on commit e421f03

Please sign in to comment.