We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7311ca commit e4c7978Copy full SHA for e4c7978
.gitlab-ci.yml
@@ -44,6 +44,7 @@ variables:
44
# they will be used if the job fails
45
.pipeline-stopper-vars:
46
before_script:
47
+ - !reference [.job-switcher, before_script]
48
- echo "FAILED_JOB_URL=${CI_JOB_URL}" > pipeline-stopper.env
49
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
50
@@ -181,4 +182,3 @@ remove-cancel-pipeline-message:
181
182
PR_NUM: "${CI_COMMIT_REF_NAME}"
183
trigger:
184
project: "parity/infrastructure/ci_cd/pipeline-stopper"
- branch: "as-improve"
0 commit comments