Arguments available to the Pipeline.setupBase method.
Type | Name and description |
---|---|
java.lang.String |
baseDirectory Base directory of the project. |
org.zowe.jenkins_shared_library.pipelines.base.models.StageTimeout |
checkout Amount of time allowed for source code checkout. |
java.lang.String |
packageName Package name |
org.zowe.jenkins_shared_library.pipelines.base.models.StageTimeout |
setup Amount of time allowed for the pipeline setup. |
java.lang.Boolean |
skipCheckout Option to skip default checkout scm in setup stage. |
java.lang.String |
version Package current version |
Base directory of the project.
By assigning a value to baseDirectory, many built-in stages will be wrapped with
dir(baseDirectory) {}.
Amount of time allowed for source code checkout.
Package name
"org.zowe.my-project"
Amount of time allowed for the pipeline setup.
Option to skip default checkout scm
in setup stage.
false
Package current version
"1.2.3"