We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb12e8d commit 843be64Copy full SHA for 843be64
.gitlab-ci.yml
@@ -404,13 +404,14 @@ alert_main_test:
404
after_script:
405
- |-
406
if [ "$CI_JOB_STATUS" != "success" ]; then
407
+ echo "There are spec failures on main. Please check the full pipeline results."
408
./scripts/notify-slack \
409
--icon ":gitlab:" \
410
--username "gitlab-notify" \
411
--channel "#login-appdev" \
412
--webhook "${SLACK_WEBHOOK}" \
413
--raise \
- --text "$(printf "Pipeline failed for branch:${CI_COMMIT_BRANCH} in GitLab.\nBuild Results: ${CI_JOB_URL}.")"
414
+ --text "$(printf "Pipeline failed for branch:${CI_COMMIT_BRANCH} in GitLab.\nBuild Results: ${CI_JOB_URL}. Please check the full pipeline results.")"
415
else
416
echo "Not notifying in slack"
417
fi
0 commit comments