print a proper error message for master merge CI job failures (#6371)
This commit is contained in:
parent
2821b69dc9
commit
469cb6de6d
|
@ -579,7 +579,7 @@ jobs:
|
||||||
\"attachments\": [ \
|
\"attachments\": [ \
|
||||||
{ \
|
{ \
|
||||||
\"fallback\": \"Nightly Master Merge Failed!\", \
|
\"fallback\": \"Nightly Master Merge Failed!\", \
|
||||||
\"text\": \"Nightly *master* merge into *${CIRCLE_BRANCH}* failed!\n\nBuild Log: ${CIRCLE_BUILD_URL}\n\nAttempted merge from: https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/tree/${git_merge_branch}\n\nThere may be a merge conflict to resolve.\", \
|
\"text\": \"Nightly *master* merge into *${CIRCLE_BRANCH}* failed!\n\nBuild Log: ${CIRCLE_BUILD_URL}\n\n*master* merge CI pipeline jobs failed:\n${unsuccessful_builds}\", \
|
||||||
\"footer\": \"${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}\", \
|
\"footer\": \"${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}\", \
|
||||||
\"ts\": \"$(date +%s)\", \
|
\"ts\": \"$(date +%s)\", \
|
||||||
\"color\": \"danger\" \
|
\"color\": \"danger\" \
|
||||||
|
|
Loading…
Reference in New Issue