Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-smf
Commits
41880108
Commit
41880108
authored
Apr 16, 2020
by
Raphael Defosseux
Browse files
CI: fix typo
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
049e877d
Changes
1
Hide whitespace changes
Inline
Side-by-side
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