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
88089a18
Commit
88089a18
authored
Jul 06, 2021
by
ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: removed the upstream tag env
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
0274cef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ci-scripts/Jenkinsfile-Bracket-Test
ci-scripts/Jenkinsfile-Bracket-Test
+0
-4
No files found.
ci-scripts/Jenkinsfile-Bracket-Test
View file @
88089a18
...
@@ -29,9 +29,6 @@ def cn_ci_host = params.Host_CN_CI_Server
...
@@ -29,9 +29,6 @@ def cn_ci_host = params.Host_CN_CI_Server
def
cn_ci_resource
=
params
.
DockerContainers
def
cn_ci_resource
=
params
.
DockerContainers
def
ds_tester_ci_resource
=
params
.
DsTester
def
ds_tester_ci_resource
=
params
.
DsTester
// When triggered by upstream, specify which tag to use
def
upstreamTagToUse
=
params
.
upstreamTagToUse
// Location of the 2nd CN executor
// Location of the 2nd CN executor
def
new_host_flag
=
false
def
new_host_flag
=
false
def
new_host
=
""
def
new_host
=
""
...
@@ -128,7 +125,6 @@ pipeline {
...
@@ -128,7 +125,6 @@ pipeline {
}
}
sh
"git clean -x -d -f > /dev/null 2>&1"
sh
"git clean -x -d -f > /dev/null 2>&1"
sh
"git fetch --prune > /dev/null 2>&1"
sh
"git fetch --prune > /dev/null 2>&1"
sh
'git checkout -f '
+
upstreamTagToUse
}
}
sh
"mkdir -p archives DS-TEST-RESULTS"
sh
"mkdir -p archives DS-TEST-RESULTS"
// Verify that the images are available
// Verify that the images are available
...
...
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