From 852837f387b14f99ecf790a7b7ecb734752ecc44 Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Thu, 24 Apr 2025 11:55:08 +0000 Subject: [PATCH] Integrate gitlab-ci/cleaos-693-release-documents-from-jira-ticket and 2 more -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/02d8ec4e964e31ed79215ce3d7648e3affa97528 [CICD][RELEASE] Integrate bugfix and feature extraction from Jira tickets Extend the CI release pipeline to extract bugfixes and features from Jira tickets. These items are used to dynamically render the Release page, if present. -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/4e2b7941fc6364a755de0045856f7793ae31cd6c [CICD][RELEASE] Integrate jira_get_tickets.py Add script for retrieving tickets, storing ticket attachments, and generating issue reports. The script is based on the Confluence Python API module. -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/67f6291da058304f130e1d4edff94514fad187cc [CICD][RELEASE] Add Seco Techresources Confluence page to release pipeline - Add new jobs to the release pipeline - Include necessary scripts - Create required templates - Adjust GitLab release page templates to avoid duplicated records --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index f0e9efa..02d8ec4 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 +Subproject commit 02d8ec4e964e31ed79215ce3d7648e3affa97528 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fd8d83..e46be99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 + ref: 02d8ec4e964e31ed79215ce3d7648e3affa97528 file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96 + GITLAB_CI_REVISION: 02d8ec4e964e31ed79215ce3d7648e3affa97528 # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed. -- GitLab