diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97d8534..cfa39b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,11 +39,14 @@ pages: INPUT_FILE: "document.adoc" IMAGES_DIR: images CREATE_SUB_PAGES: "false" - PAGE_PREFIX: "[CI/CD] - " + PAGE_PREFIX: "[CI/CD] - [2.0] - " CONFLUENCE_SPACE: RANDI TEXT_GENERATED_HINT: 'This is a generated page, do not edit! All changes must happen in the Repository .' - FILE_INPUT: "index.html,107524048,CI Templates" + FILE_INPUT: "index.html,107524048,CI Templates 2.0" + rules: + - if: $CI_COMMIT_REF_NAME == 'Templates2.0' + when: always a.major-release: