Commit 8971e112 authored by daidekun's avatar daidekun

print machines

parent d484de21
...@@ -27,6 +27,7 @@ def call(body) { ...@@ -27,6 +27,7 @@ def call(body) {
} }
stage('Deploy') { stage('Deploy') {
print machines
sh "ansible-playbook /etc/ansible/nginx_remove.yml -e project_name=${envType}.${projectName} -e data_center=${dataCenter} -e machines=${machines} -vv" sh "ansible-playbook /etc/ansible/nginx_remove.yml -e project_name=${envType}.${projectName} -e data_center=${dataCenter} -e machines=${machines} -vv"
......
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