From 7583e98a94af40c5a7f99048dec7da0ad9be88b3 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 11 Jul 2023 16:59:09 +0200 Subject: [PATCH] Update 'README.md' update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c71c91e..7063136 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,20 @@ The variables below must be specified as environment variables on the agent wher * [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) * [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/) -## Wiki doc +## Examples +* When configured as post step build on jenkinsjob, there are some variables to pass as triggered parameters. All the values are dinamically set as shown below: + +[[images/gCubeDeployer-JenkinsJob.png]] + +* The pipeline can run manually. This option is conceived for debug purpose: + +[[images/gCubeDeployer-manualRun.png]] + +* This is a stage view examples when the pipeline was scheduled by system, without any action to do: + +[[images/gCubeDeployer-stageview.png]] + + ## Flow Chart