Arguments available to the Pipeline.setupBase method.
| Type | Name and description |
|---|---|
java.lang.String |
baseDirectoryBase directory of the project. |
org.zowe.jenkins_shared_library.pipelines.base.models.StageTimeout |
checkoutAmount of time allowed for source code checkout. |
java.lang.String |
packageNamePackage name |
org.zowe.jenkins_shared_library.pipelines.base.models.StageTimeout |
setupAmount of time allowed for the pipeline setup. |
java.lang.Boolean |
skipCheckoutOption to skip default checkout scm in setup stage. |
java.lang.String |
versionPackage 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.
falsePackage current version
"1.2.3"