Skip to content

Commit

Permalink
[JENKINS-41219] Do not refer to now-removed concurrency param to `s…
Browse files Browse the repository at this point in the history
…tage` (#294)
  • Loading branch information
jglick authored Feb 21, 2023
1 parent 019404b commit 1a36be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
If concurrent builds ask for the same workspace, a directory with a suffix such as <code>@2</code> may be locked instead.
Currently there is no option to wait to lock the exact directory requested;
if you need to enforce that behavior, you can either fail (<code>error</code>) when <code>pwd</code> indicates that you got a different directory,
or you may enforce serial execution of this part of the build by some other means such as <code>stage name: '…', concurrency: 1</code>.
or you may enforce serial execution of this part of the build by some other means such as the <code>lock</code> step.
</p>
<p>
If you do not care about locking, just use the <code>dir</code> step to change current directory.
Expand Down

0 comments on commit 1a36be9

Please sign in to comment.