generated from gCubeCI/Pipeline-Docker-Template
parent
3e4029c597
commit
7583e98a94
15
README.md
15
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/)
|
* [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)
|
||||||
* [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
|
* [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
|
## Flow Chart
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue