Skip to content
Snippets Groups Projects
Commit 464fd9fe authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/yt-260-restrict-edit-rights-on-confluence-release-page

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@081272c1

YT-260: Inherit restrictions from the parent Confluence page

  In each release, a Confluence page is created with expected restrictions
  specifying who can edit or update the page.
  Confluence automatically inherits "read" restrictions from the parent page,
  but "edit/update" restrictions are not inherited by design in Confluence.
  This ensures that restrictions are manually inherited from the parent page.

  Since the Confluence Python API module lacks functionality for
  setting restrictions, direct HTTP requests are used with the
  `requests` library instead of the Confluence module.
parent 6c87e02c
No related branches found
No related tags found
1 merge request!69Integrate gitlab-ci/yt-260-restrict-edit-rights-on-confluence-release-page
Pipeline #187581 passed with stage
in 16 seconds
Subproject commit 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 Subproject commit 081272c177992b2d5e1789e22f6add03b804123d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 ref: 081272c177992b2d5e1789e22f6add03b804123d
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 1740c4a8f7f295f7dfcccb4f5979b5a7633c0821 GITLAB_CI_REVISION: 081272c177992b2d5e1789e22f6add03b804123d
BB_RECIPE_NAME: seco-yocto-testsuite BB_RECIPE_NAME: seco-yocto-testsuite
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