Commit 5f7fb5c5 authored by hardy's avatar hardy

fixing a 2nd lockable resource

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