From 8d70259f58f49d009f353ba8cddec025733a2192 Mon Sep 17 00:00:00 2001 From: Kalo Pilato Date: Wed, 5 Jul 2023 16:23:07 +1200 Subject: [PATCH 1/2] update docs for 'Creating a pipeline template' --- pages/pipelines/templates.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/pipelines/templates.md b/pages/pipelines/templates.md index 95b68e8b3c..1b8a2a66ad 100644 --- a/pages/pipelines/templates.md +++ b/pages/pipelines/templates.md @@ -16,9 +16,8 @@ Only administrators can create or update pipeline templates. To create a template: 1. Navigate to your [organization’s pipeline templates](https://buildkite.com/organizations/-/pipeline-templates). -1. If this is your first template, select _Create a Template_. Otherwise, select _New Template_. A pipeline template is created automatically for you. -1. Update the name and description of your new template and select _Apply_ to save your changes. -1. Select _Edit_ if you want to change the step configuration for the template. +1. If this is your first template, select _Create a Template_. Otherwise, select _New Template_. +1. Enter the name and description for your new template, update the default step configuration and select _Create Template_ to create the template. An administrator can add multiple templates to use across the organization. Making changes and saving a template will apply those changes to all pipelines using that template. From c82fd48bbc6a2c7fbc1529ef9c1e3c37fb4acbd0 Mon Sep 17 00:00:00 2001 From: Kalo Pilato Date: Thu, 6 Jul 2023 13:39:32 +1200 Subject: [PATCH 2/2] review: break down instructions for 'Creating a pipeline template' --- pages/pipelines/templates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/pipelines/templates.md b/pages/pipelines/templates.md index 1b8a2a66ad..561ee0247b 100644 --- a/pages/pipelines/templates.md +++ b/pages/pipelines/templates.md @@ -17,7 +17,9 @@ To create a template: 1. Navigate to your [organization’s pipeline templates](https://buildkite.com/organizations/-/pipeline-templates). 1. If this is your first template, select _Create a Template_. Otherwise, select _New Template_. -1. Enter the name and description for your new template, update the default step configuration and select _Create Template_ to create the template. +1. Enter the name and description for your new template. +1. Update the default step configuration. +1. Select _Create Template_. An administrator can add multiple templates to use across the organization. Making changes and saving a template will apply those changes to all pipelines using that template.