Permalink
Browse files
Add slack success message.
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
Jenkinsfile
|
@@ -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) { |
|
@@ -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) { |
|
|