Commit 047b6e9c authored by haozhe.ma's avatar haozhe.ma

update

parent 77796085
......@@ -39,7 +39,7 @@ def call(body) {
stage('Deploy') {
if (action == 'deploy') {
sh "ansible-playbook /etc/ansible/${action}-test.yml -e project_name=${projectName} -e data_center=${dataCenter} -e machines=${machines} -e tag_name=${tagName} -e force=${force} -e env=${envType} -v"
sh "ansible-playbook /etc/ansible/${action}-new.yml -e project_name=${projectName} -e data_center=${dataCenter} -e machines=${machines} -e tag_name=${tagName} -e force=${force} -e env=${envType} -v"
if (nameWithNamespace.startsWith("DevOps") ||
nameWithNamespace.startsWith("QG") ||
nameWithNamespace.startsWith("head_group") ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment