From 9e215c59a994722128166ac4d14d1acab02b1729 Mon Sep 17 00:00:00 2001 From: luciahroyalty101 Date: Sat, 1 May 2021 00:48:43 +0300 Subject: [PATCH] Suggest Pipeline Syntax snippet generator in input step --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa73b20b..83458001 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,8 @@ Adds the Pipeline `input` step to wait for human input or approval. +Use the [Pipeline Syntax Snippet Generator](https://www.jenkins.io/redirect/pipeline-snippet-generator) to select options for the `input` step. +For further understanding, check the [pipeline input step plugin documentation](https://www.jenkins.io/doc/pipeline/steps/pipeline-input-step/). + ## Version History Please refer to [the changelog](CHANGELOG.md)