19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
:sourcedir: ../../../
|
|
|
|
= release-template
|
|
|
|
This template provides a template for including the child release pipeline.
|
|
|
|
For more information see the `update-version-pipeline` documentation.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|PARENT_PIPELINE_ID | The if of the parent pipeline. Needed to be able to use artifacts in the child pipeline | $CI_PIPELINE_ID
|
|
|===
|
|
|
|
.release-template
|
|
[source, yaml]
|
|
----
|
|
include::{sourcedir}/release-template.gitlab-ci.yml[]
|
|
---- |