Commit f37c5b04 authored by hardy's avatar hardy

fixing a 2nd lockable resource

parent b3d7ba0c
......@@ -52,8 +52,7 @@ pipeline {
options {
disableConcurrentBuilds()
ansiColor('xterm')
lock (ciSmartPhoneResource1)
lock (ciSmartPhoneResource2)
lock(extra: [[resource: ciSmartPhoneResource2]], resource: ciSmartPhoneResource1))
}
stages {
stage("Build Init") {
......
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