Skip to content

Commit 843be64

Browse files
authored
changelog: Internal, CI documentation, Add clearer documentation when pipeline fails (#12765)
1 parent cb12e8d commit 843be64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,14 @@ alert_main_test:
404404
after_script:
405405
- |-
406406
if [ "$CI_JOB_STATUS" != "success" ]; then
407+
echo "There are spec failures on main. Please check the full pipeline results."
407408
./scripts/notify-slack \
408409
--icon ":gitlab:" \
409410
--username "gitlab-notify" \
410411
--channel "#login-appdev" \
411412
--webhook "${SLACK_WEBHOOK}" \
412413
--raise \
413-
--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.")"
414415
else
415416
echo "Not notifying in slack"
416417
fi

0 commit comments

Comments
 (0)