Commit db4f081b authored by daidekun's avatar daidekun

Merge branch 'master' of git.quantgroup.cn:QA/global-jenkinsfile

parents 44cc9ff3 d318c0da
...@@ -26,7 +26,7 @@ def call(body) { ...@@ -26,7 +26,7 @@ def call(body) {
stage('Build') { stage('Build') {
if (action == 'deploy') { if (action == 'deploy') {
sh "ansible-playbook /etc/ansible/build.yml -e project_name=${projectName} -e name_with_namespace=${nameWithNamespace} -e tag_name=${tagName} -e force=${force} -e env=${envType} -e tingyun=${tingyun} -vv" sh "ansible-playbook /etc/ansible/build.yml -e project_name=${projectName} -e data_center=${dataCenter} -e name_with_namespace=${nameWithNamespace} -e tag_name=${tagName} -e force=${force} -e env=${envType} -e tingyun=${tingyun} -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