Skip to content
Snippets Groups Projects
Commit e8ddbf22 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@5baf9e34

[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 5baf9e34d83992785af39ff809b0b5d42eac2695
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: a020ccb5b4a90bf958a0e41cb5df72b33107e993 ref: 5baf9e34d83992785af39ff809b0b5d42eac2695
file: 'layers-integration.yml' file: 'layers-integration.yml'
variables: variables:
GITLAB_CI_REVISION: a020ccb5b4a90bf958a0e41cb5df72b33107e993 GITLAB_CI_REVISION: 5baf9e34d83992785af39ff809b0b5d42eac2695
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # 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.
Please to comment