Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhouShuya
OpenXG-RAN
Commits
375e2316
Commit
375e2316
authored
Apr 16, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
29977a3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+8
-3
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
375e2316
...
...
@@ -35,7 +35,7 @@ def eNB_TargetBranch
pipeline
{
agent
{
label
'caracal'
label
pythonExecutor
}
options
{
disableConcurrentBuilds
()
...
...
@@ -91,27 +91,32 @@ pipeline {
// picking default
testStageName
=
'Template Test Stage'
}
echo
"params.eNB_IPAddress = ${params.eNB_IPAddress}"
if
(
params
.
eNB_IPAddress
==
null
)
{
allParametersPresent
=
false
}
echo
"params.UE_IPAddress = ${params.UE_IPAddress}"
if
(
params
.
UE_IPAddress
==
null
)
{
allParametersPresent
=
false
}
echo
"params.eNB_SourceCodePath = ${params.eNB_SourceCodePath}"
if
(
params
.
eNB_SourceCodePath
==
null
)
{
allParametersPresent
=
false
}
echo
"params.eNB_Credentials = ${params.eNB_Credentials}"
if
(
params
.
eNB_Credentials
==
null
)
{
allParametersPresent
=
false
}
echo
"params.UE_Credentials = ${params.UE_Credentials}"
if
(
params
.
UE_Credentials
==
null
)
{
allParametersPresent
=
false
}
echo
"params.eNB_Repository = ${params.eNB_Repository}"
if
(
params
.
eNB_Repository
==
null
)
{
eNB_Repository
=
env
.
GIT_URL
}
else
{
eNB_Repository
=
params
.
eNB_Repository
}
if
(
allParametersPresent
)
{
echo
"All parameters are present"
sh
"git fetch"
...
...
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