Skip to content
GitLab
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
862d1d1d
Commit
862d1d1d
authored
Jan 22, 2021
by
ismail
Browse files
CI: error fix
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
41d6e497
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
862d1d1d
...
...
@@ -405,7 +405,7 @@ pipeline {
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 30"
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
)
myShCmd
(
'docker exec 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"
myShCmd
(
'docker exec ci-oai-smf /bin/bash -c "killall --signal SIGINT oai_smf"'
,
new_host_flag
,
new_host_user
,
new_host
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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