Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NRF
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-NRF
Commits
e962a573
Commit
e962a573
authored
Aug 06, 2021
by
ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: added env for dstester version checkout
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
f41182ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ci-scripts/Jenkinsfile-Bracket-Test
ci-scripts/Jenkinsfile-Bracket-Test
+4
-1
No files found.
ci-scripts/Jenkinsfile-Bracket-Test
View file @
e962a573
...
...
@@ -40,6 +40,9 @@ def dsT_host = ""
def
dsT_host_user
=
""
def
dsT_host_ip_addr
=
""
// dsTester tag to use
def
dsTesterTag
=
params
.
DSTESTER_TAG
// Flags
def
scmEvent
=
false
def
upstreamEvent
=
false
...
...
@@ -198,7 +201,7 @@ pipeline {
[
$class
:
'UsernamePasswordMultiBinding'
,
credentialsId:
"${params.dsTesterGitLabRepository_Credentials}"
,
usernameVariable:
'git_username'
,
passwordVariable:
'git_token'
]
])
{
sh
"git clone https://${git_username}:${git_token}@github.com/OPENAIRINTERFACE/chasseur.git . > ../git_clone.log 2>&1"
sh
"git checkout
edge
>> ../git_clone.log 2>&1"
sh
"git checkout
-f "
+
dsTesterTag
+
"
>> ../git_clone.log 2>&1"
dir
(
'jenkins'
)
{
try
{
sh
"python3 ./dogmatix-agent.py -f ./suits/dc/nrf-bracket.yaml -d true | tee ../../DS-TEST-RESULTS/dsTester_Summary.txt"
...
...
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