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-fed
Commits
14cb56c1
Commit
14cb56c1
authored
Jul 22, 2021
by
Raphael Defosseux
Browse files
fix(ci): replace latest tags w/ develop
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
96e0b0d2
Changes
1
Show whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Docker-Check
View file @
14cb56c1
...
...
@@ -88,6 +88,7 @@ pipeline {
script
{
echo
'\u2705 \u001B[32mDeploy CN5G using Docker-Compose with NRF\u001B[0m'
dir
(
'docker-compose'
)
{
sh
'sed -i -e "s@latest@develop@g" docker-compose.yaml'
sh
'docker-compose -f docker-compose.yaml up -d > ../archives/cn5g/compose_5gcn_up.log 2>&1'
sh
'sleep 100'
// Do a check on number of healthy containers
...
...
@@ -137,6 +138,7 @@ pipeline {
script
{
echo
'\u2705 \u001B[32mDeploy CN5G using Docker-Compose with no NRF\u001B[0m'
dir
(
'docker-compose'
)
{
sh
'sed -i -e "s@latest@develop@g" docker-compose-no-nrf.yaml'
sh
'docker-compose -f docker-compose-no-nrf.yaml up -d > ../archives/cn5gwithnoNRF/compose_5gcn_up.log 2>&1'
sh
'sleep 100'
// Do a check on number of healthy containers
...
...
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