Skip to content
Snippets Groups Projects
Commit 852837f3 authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/cleaos-693-release-documents-from-jira-ticket and 2 more

--

Commit: clea-os/infrastructure/gitlab-ci@02d8ec4e

[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: clea-os/infrastructure/gitlab-ci@4e2b7941

[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: clea-os/infrastructure/gitlab-ci@67f6291d

[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
parent c80f2dac
No related branches found
No related tags found
No related merge requests found
Subproject commit f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96
Subproject commit 02d8ec4e964e31ed79215ce3d7648e3affa97528
......@@ -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.
......
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