Skip to content

Commit

Permalink
docs: Fix CI/CD pipeline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Oct 8, 2024
1 parent 350808d commit 980feef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/pipeline templates/gitlab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 980feef

Please sign in to comment.