From a4508a8d66e45871ef959ed62717246998f1cb54 Mon Sep 17 00:00:00 2001 From: Kalo Pilato Date: Wed, 5 Jul 2023 16:23:07 +1200 Subject: [PATCH] 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..5cd227aae3 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. +2. If this is your first template, select _Create a Template_. Otherwise, select _New Template_. +3. 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.