Commit ac0e856c authored by hardy's avatar hardy

fixing a 2nd lockable resource

parent 5f7fb5c5
......@@ -78,7 +78,10 @@ pipeline {
testStageName = 'Template Test Stage'
}
if (params.smartphonesResource == null) {
if (params.smartphonesResource1 == null) {
allParametersPresent = false
}
if (params.smartphonesResource2 == null) {
allParametersPresent = false
}
// 1st eNB parameters
......
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