Skip to content
Snippets Groups Projects
Commit cdff3a38 authored by Albert's avatar Albert :red_circle:
Browse files

Merge branch 'acunskis-update-allure-mr-detection' into 'master'

Fix allure report MR detection

See merge request gitlab-org/gitlab!72425
parents d9742b9c 4ae376dd
No related branches found
No related tags found
1 merge request!72425Fix allure report MR detection
Pipeline #389997316 failed
Pipeline: GitLab

#389999898

    ......@@ -33,13 +33,15 @@
    .allure-report-base:
    image:
    name: ${GITLAB_DEPENDENCY_PROXY}andrcuns/allure-report-publisher:0.3.4
    name: ${GITLAB_DEPENDENCY_PROXY}andrcuns/allure-report-publisher:0.3.6
    entrypoint: [""]
    stage: post-qa
    variables:
    GIT_STRATEGY: none
    STORAGE_CREDENTIALS: $QA_ALLURE_REPORT_GCS_CREDENTIALS
    GITLAB_AUTH_TOKEN: $GITLAB_QA_MR_ALLURE_REPORT_TOKEN
    ALLURE_PROJECT_PATH: $CI_PROJECT_PATH
    ALLURE_MERGE_REQUEST_IID: $CI_MERGE_REQUEST_IID
    allow_failure: true
    script:
    - |
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment