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

CI: passing SPGWU tag to deploy scritp

parent 02263719
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ pipeline {
// Deploy and configure SMF
myShCmd('python3 ./ci-scripts/dsTestDeployTools.py --action=DeploySMF --tag=' + smfTag, new_host_flag, new_host_user, new_host)
// Deploy and configure UPF
myShCmd('python3 ./ci-scripts/dsTestDeployTools.py --action=DeployUPF --tag=develop', new_host_flag, new_host_user, new_host)
myShCmd('python3 ./ci-scripts/dsTestDeployTools.py --action=DeployUPF --tag=' + spgwuTag, new_host_flag, new_host_user, new_host)
}
}
post {
......
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