doc(release-template): add description
This commit is contained in:
parent
d5044eb4ad
commit
ed5b4b788a
19
documentation/chapters/templates/release-template.adoc
Normal file
19
documentation/chapters/templates/release-template.adoc
Normal file
@ -0,0 +1,19 @@
|
||||
: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.yml[]
|
||||
----
|
||||
Loading…
Reference in New Issue
Block a user