Clean up resources when deployer app is closed

This commit is contained in:
Dave Syer
2017-07-04 15:02:26 +01:00
parent becc41d9ef
commit eeb505ca89
3 changed files with 14 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ jobs:
slack-failure: &slack-failure
put: slack
params:
channel: spring-cloud-firehose
attachments:
- color: danger
fallback: "$BUILD_PIPELINE_NAME/$BUILD_JOB_NAME #$BUILD_NAME <FAILURE>"
@@ -49,6 +50,7 @@ slack-failure: &slack-failure
slack-success: &slack-success
put: slack
params:
channel: spring-cloud-firehose
attachments:
- color: good
fallback: "$BUILD_PIPELINE_NAME/$BUILD_JOB_NAME #$BUILD_NAME <SUCCESS>"