Commit 7fd5355c authored by tong.li's avatar tong.li

.

parent 28913fed
...@@ -41,7 +41,7 @@ def call(body) { ...@@ -41,7 +41,7 @@ def call(body) {
} }
} }
}else{ }else{
sh "ansible-playbook k8s-deploy.yml -e project_name=${projectName} -e data_center=${dataCenter} -e env=${envType} -e image=${image} -v" sh "ansible-playbook /etc/ansible/k8s-deploy.yml -e project_name=${projectName} -e data_center=${dataCenter} -e env=${envType} -e image=${image} -v"
} }
} }
} }
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