From ed5b4b788aed047b6482cc046814e6c188730ec2 Mon Sep 17 00:00:00 2001 From: Karina Schulz Date: Thu, 8 Jul 2021 09:50:01 +0200 Subject: [PATCH] doc(release-template): add description --- .../chapters/templates/release-template.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documentation/chapters/templates/release-template.adoc diff --git a/documentation/chapters/templates/release-template.adoc b/documentation/chapters/templates/release-template.adoc new file mode 100644 index 0000000..6af9a01 --- /dev/null +++ b/documentation/chapters/templates/release-template.adoc @@ -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[] +---- \ No newline at end of file