Commit 5a9fe6d9 authored by Robert Schmidt's avatar Robert Schmidt

Correct use of Jenkins lock in physim Jenkinsfile

parent 84611333
......@@ -58,7 +58,7 @@ pipeline {
disableConcurrentBuilds()
timestamps()
ansiColor('xterm')
lock(lockResources)
lock(extra: lockResources)
}
stages {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment