Skip to content
Snippets Groups Projects

Create failure issues in live env pipelines

Closed Harsha Muralidhar requested to merge hm-create-failure-issues-dotcom-pipelines into master
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,6 +40,7 @@ variables:
GITLAB_FORKER_PASSWORD: $GITLAB_FORKER_PASSWORD_INPUT
SIGNUP_DISABLED: "true"
QA_GENERATE_ALLURE_REPORT: "true"
CREATE_TEST_FAILURE_ISSUES: "true" # Failure issue creation for live environment pipelines for QA specs
Please register or sign in to reply
script:
- |
if [[ -n "$NO_ADMIN" ]]; then
Loading