Skip to content
Snippets Groups Projects
Commit 055fbebb 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@2644be0d

[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@75a8b033

[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@c22a7b07

[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 95ceeb29
No related branches found
No related tags found
No related merge requests found
Subproject commit a020ccb5b4a90bf958a0e41cb5df72b33107e993
Subproject commit 2644be0d203ae53b4c27a9fa4ef8ca741de7dcfc
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: a020ccb5b4a90bf958a0e41cb5df72b33107e993
ref: 2644be0d203ae53b4c27a9fa4ef8ca741de7dcfc
file: 'layers-integration.yml'
variables:
GITLAB_CI_REVISION: a020ccb5b4a90bf958a0e41cb5df72b33107e993
GITLAB_CI_REVISION: 2644be0d203ae53b4c27a9fa4ef8ca741de7dcfc
# 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