Commit e5bef5f9 authored by Boris Djalal's avatar Boris Djalal

Fix

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent d2fe8cfa
...@@ -55,6 +55,7 @@ def eNB_TargetBranch ...@@ -55,6 +55,7 @@ def eNB_TargetBranch
def PROJECT_NAME = "test-boris" def PROJECT_NAME = "test-boris"
def GIT_COMMIT_AUTHORi def GIT_COMMIT_AUTHORi
def GIT_COMMIT_EMAIL def GIT_COMMIT_EMAIL
def testStageName
// Reversing list because pop() will take the last (right-most) element // Reversing list because pop() will take the last (right-most) element
//def modeList = ['TesteNB', 'TestUE', 'TesteNB'].reverse() //def modeList = ['TesteNB', 'TestUE', 'TesteNB'].reverse()
...@@ -134,7 +135,9 @@ pipeline { ...@@ -134,7 +135,9 @@ pipeline {
if (params.pipelineTestStageName == null) { if (params.pipelineTestStageName == null) {
// picking default // picking default
testStageName = 'Template Test Stage' testStageName = 'Template Test Stage'
} } else {
testStageName = params.pipelineTestStageName
}
if (params.USRPsResource == null) { if (params.USRPsResource == null) {
allParametersPresent = false allParametersPresent = false
......
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