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