Commit f37c5b04 authored by hardy's avatar hardy

fixing a 2nd lockable resource

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