Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
3a3ac210
Commit
3a3ac210
authored
Aug 06, 2021
by
ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: added an env to enable dstester version checkout
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
a36c6c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci-scripts/Jenkinsfile-Bracket-Test
ci-scripts/Jenkinsfile-Bracket-Test
+1
-1
No files found.
ci-scripts/Jenkinsfile-Bracket-Test
View file @
3a3ac210
...
...
@@ -205,7 +205,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/amf-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