Skip to content

Commit

Permalink
Add slack success message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent a41c977 commit 424e750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if (BRANCH_TEST=="shibboleth-production"){

sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1'

slackSend color: 'good', message: "BUILD SUCCESS: Shibboleth Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"

}

catch (err) {
Expand Down Expand Up @@ -85,6 +87,8 @@ if (BRANCH_TEST=="shibboleth-production"){

sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1'

slackSend color: 'good', message: "BUILD SUCCESS: Comanage Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"

}

catch (err) {
Expand Down

0 comments on commit 424e750

Please sign in to comment.