Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Balaji Kolla
openairinterface5G
Commits
e5bef5f9
Commit
e5bef5f9
authored
May 17, 2019
by
Boris Djalal
Browse files
Fix
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
d2fe8cfa
Changes
1
Show whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-poll-gNB-UE
View file @
e5bef5f9
...
@@ -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,6 +135,8 @@ pipeline {
...
@@ -134,6 +135,8 @@ 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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment