Skip to content
Snippets Groups Projects
Commit e5bef5f9 authored by Boris Djalal's avatar Boris Djalal
Browse files

Fix

parent d2fe8cfa
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment