Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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-SMF
Commits
41880108
Commit
41880108
authored
Apr 16, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix typo
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
049e877d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/Jenkinsfile-GitLab-Docker
+1
-1
No files found.
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
41880108
...
...
@@ -407,7 +407,7 @@ pipeline {
sh
"sleep 2"
myShCmd
(
'docker exec -d ci-test-udm-server /bin/bash -c "nohup ./bin/udm-server -i '
+
UDM_IP_ADDRESS
+
' > udm_server_check_run.log 2>&1"'
,
new_host_flag
,
new_host_user
,
new_host
)
sh
"sleep 2"
myShCmd
(
'docker exec -d ci-test-amf-server /bin/bash -c "nohup ./bin/amf-server -i '
+
AMF_IP_ADDRESS
' +
> amf_server_check_run.log 2>&1"'
,
new_host_flag
,
new_host_user
,
new_host
)
myShCmd
(
'docker exec -d ci-test-amf-server /bin/bash -c "nohup ./bin/amf-server -i '
+
AMF_IP_ADDRESS
+
'
> amf_server_check_run.log 2>&1"'
,
new_host_flag
,
new_host_user
,
new_host
)
sh
"sleep 2"
myShCmd
(
'docker exec -it ci-test-amf-client /bin/bash -c "./bin/amf-client -i '
+
SMF_SBI_IP_ADDRESS
+
' > amf_client_check_run.log"'
,
new_host_flag
,
new_host_user
,
new_host
)
sh
"sleep 30"
...
...
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