Skip to content

Commit

Permalink
CI: Jenkinsfile - Run Tox stages has a lock on it
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 22, 2023
1 parent aaefeff commit 2211ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ pipeline {
when{
equals expected: true, actual: params.TEST_RUN_TOX
}
options {
lock(env.JOB_URL)
}
steps {
script{
def tox = fileLoader.fromGit(
Expand Down

0 comments on commit 2211ef8

Please sign in to comment.