Skip to content
Snippets Groups Projects
Commit c507164f authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix typo

parent 770e1e7f
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ pipeline { ...@@ -292,7 +292,7 @@ pipeline {
success { success {
script { script {
sh 'echo "DEPLOYMENT: OK" > archives/deployment_status.log' sh 'echo "DEPLOYMENT: OK" > archives/deployment_status.log'
sh 'python3 ./ci-scripts/routecheck.py --mode=Add --userName=' + dsT_host_user + ' --hostName=' + dsT_host sh 'python3 ./ci-scripts/routeCheck.py --mode=Add --userName=' + dsT_host_user + ' --hostName=' + dsT_host
} }
} }
unsuccessful { unsuccessful {
...@@ -335,7 +335,7 @@ pipeline { ...@@ -335,7 +335,7 @@ pipeline {
steps { steps {
script { script {
echo '\u2705 \u001B[32mUn-Deploy CN5G\u001B[0m' echo '\u2705 \u001B[32mUn-Deploy CN5G\u001B[0m'
sh 'python3 ./ci-scripts/routecheck.py --mode=Delete --userName=' + dsT_host_user + ' --hostName=' + dsT_host sh 'python3 ./ci-scripts/routeCheck.py --mode=Delete --userName=' + dsT_host_user + ' --hostName=' + dsT_host
dir('ci-scripts/dsTesterDockerCompose') { dir('ci-scripts/dsTesterDockerCompose') {
sh 'docker-compose down > ../../archives/compose_normal_down.log 2>&1' sh 'docker-compose down > ../../archives/compose_normal_down.log 2>&1'
} }
...@@ -347,7 +347,7 @@ pipeline { ...@@ -347,7 +347,7 @@ pipeline {
always { always {
script { script {
// Remove any leftover containers/networks // Remove any leftover containers/networks
sh 'python3 ./ci-scripts/routecheck.py --mode=Delete --userName=' + dsT_host_user + ' --hostName=' + dsT_host sh 'python3 ./ci-scripts/routeCheck.py --mode=Delete --userName=' + dsT_host_user + ' --hostName=' + dsT_host
dir('ci-scripts/dsTesterDockerCompose') { dir('ci-scripts/dsTesterDockerCompose') {
sh 'docker-compose down > ../../archives/compose_l_down.log 2>&1' sh 'docker-compose down > ../../archives/compose_l_down.log 2>&1'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment