Available Options
buildDiscarder
Persist artifacts and console output for the specific number of recent Pipeline runs
disableConcurrentBuilds
Disallow concurrent executions of the Pipeline. Can be useful for preventing simultaneous accesses to shared resources, etc
overrideIndexTriggers
Allows overriding default treatment of branch indexing triggers
skipDefaultCheckout
Skip checking out code from source control by default in the agent directive
skipStagesAfterUnstable
Skip stages once the build status has gone to UNSTABLE
checkoutToSubdirectory
Perform the automatic source control checkout in a subdirectory of the workspace
timeout
Set a timeout period for the Pipeline run, after which Jenkins should abort the Pipeline
retry
On failure, retry the entire Pipeline the specified number of times
timestamps
Prepend all console output generated by the Pipeline run with the time at which the line was emitted