Skip to content

Commit

Permalink
Multiple resource lock example (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Nov 26, 2023
1 parent f8a6d31 commit 1f595d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ lock(label: 'labelA || labelB || labelC', variable : 'someVar', quantity : 100)
lock(label: 'label1', extra: [[resource: 'resource1']]) {
echo 'Do something now or never!'
}
echo 'Finish'"
echo 'Finish'
```

```groovy
Expand Down

0 comments on commit 1f595d4

Please sign in to comment.