From 980feef953a89932e967063156f82d81c66497a7 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Tue, 8 Oct 2024 09:21:03 +0200 Subject: [PATCH] docs: Fix CI/CD pipeline docs --- docs/source/pipeline templates/gitlab.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/pipeline templates/gitlab.rst b/docs/source/pipeline templates/gitlab.rst index fb9f6b21..fe604346 100644 --- a/docs/source/pipeline templates/gitlab.rst +++ b/docs/source/pipeline templates/gitlab.rst @@ -14,7 +14,7 @@ following template can be used inside the `.gitlab-ci.yml` file: We highly recommend using the diagram cache as a separate job and defined it as a dependency in our template for that reason. The diagram cache artifacts have to be included in the capella2polarion job and its path must be defined in the -`CAPELLA2POLARION_MODEL_JSON` variable. A `.gitlab-ci.yml` with a capella2polarion synchronization job could look like +`CAPELLA2POLARION_CAPELLA_MODEL` variable. A `.gitlab-ci.yml` with a capella2polarion synchronization job could look like this: .. code:: yaml @@ -35,6 +35,6 @@ this: CAPELLA_VERSION: 6.1.0 ENTRYPOINT: model.aird CAPELLA2POLARION_PROJECT_ID: syncproj - CAPELLA2POLARION_MODEL_JSON: '{"path": "PATH_TO_CAPELLA", "diagram_cache": "./diagram_cache"}' - CAPELLA2POLARION_CONFIG: capella2polarion_config.yaml + CAPELLA2POLARION_CAPELLA_MODEL: '{"path": "PATH_TO_CAPELLA", "diagram_cache": "./diagram_cache"}' + CAPELLA2POLARION_SYNCHRONIZE_CONFIG: capella2polarion_config.yaml CAPELLA2POLARION_DEBUG: 1