Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1443 from abayer/jenkins-49558
Browse files Browse the repository at this point in the history
[JENKINS-49558] Add doc for newContainerPerStage Declarative option
  • Loading branch information
bitwiseman committed Apr 6, 2018
2 parents 4e52668 + d5c680b commit 75ca4f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/doc/book/pipeline/syntax.adoc
Expand Up @@ -500,6 +500,10 @@ skipStagesAfterUnstable:: Skip stages once the build status has gone to UNSTABLE
checkoutToSubdirectory:: Perform the automatic source control checkout
in a subdirectory of the workspace. For example: `options { checkoutToSubdirectory('foo') }`

newContainerPerStage:: Used with `docker` or `dockerfile` top-level
agent. When specified, each stage will run in a new container instance
on the same node, rather than all stages running in the same container instance.

timeout:: Set a timeout period for the Pipeline run, after which Jenkins should
abort the Pipeline. For example: `options { timeout(time: 1, unit: 'HOURS') }`

Expand Down

0 comments on commit 75ca4f2

Please sign in to comment.