Skip to content

Commit

Permalink
Merge pull request #966 from vkotovv/skipAfterUnstable-docs
Browse files Browse the repository at this point in the history
Added documentation for skipStagesAfterUnstable (JENKINS-42039)
  • Loading branch information
R. Tyler Croy committed Jun 28, 2017
2 parents 81fe521 + 01c8107 commit 5d68ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/doc/book/pipeline/syntax.adoc
Expand Up @@ -459,6 +459,8 @@ example: `options { disableConcurrentBuilds() }`
skipDefaultCheckout:: Skip checking out code from source control by default in
the `agent` directive. For example: `options { skipDefaultCheckout() }`

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

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 5d68ab4

Please sign in to comment.