Merge "Add blacklisted charts/images to Slack message"

This commit is contained in:
Zuul 2018-10-24 22:37:00 +00:00 committed by Gerrit Code Review
commit 9e8dcde428
1 changed files with 5 additions and 1 deletions

View File

@ -287,6 +287,10 @@ def uplift_review = {
'A patchset is published and ready to review/merge:\n' +
'https://review.openstack.org/#/q/owner:jenkins.uplifter%2540gmail.com+status:open'
if (!UPLIFT_BLACKLIST.isEmpty()) {
msg += "\n\nBlacklisted charts/images: ${UPLIFT_BLACKLIST}"
}
try {
notify.msg(msg, '#integration')
} catch (err) {