Skip to content

Commit

Permalink
[JENKINS-49558] Add doc for newContainerPerStage Declarative option
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Mar 8, 2018
1 parent 30592f9 commit d5c680b
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 d5c680b

Please sign in to comment.