Navigation Menu

Skip to content

Commit

Permalink
Add JENKINS-44277 - new checkoutToSubdirectory('foo') option.
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Dec 20, 2017
1 parent 9bb7d02 commit 65203f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/doc/book/pipeline/syntax.adoc
Expand Up @@ -477,6 +477,9 @@ the `agent` directive. For example: `options { skipDefaultCheckout() }`

skipStagesAfterUnstable:: Skip stages once the build status has gone to UNSTABLE. For example: `options { skipStagesAfterUnstable() }`

checkoutToSubdirectory:: Perform the automatic source control checkout
in a subdirectory of the workspace. For example: `options { checkoutToSubdirectory('foo') }`

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 65203f6

Please sign in to comment.