Commit f52f438e authored by daidekun's avatar daidekun

envType

parent 8a87f0de
...@@ -25,7 +25,7 @@ def call(body) { ...@@ -25,7 +25,7 @@ def call(body) {
} }
stage('Build') { stage('Build') {
sh "ansible-playbook /etc/ansible/build.yml -e project_name=${projectName} -e repo_name=${repoName} -e branch_name=${branchName}" sh "ansible-playbook /etc/ansible/build.yml -e project_name=${env.envType}.${projectName} -e repo_name=${repoName} -e branch_name=${branchName}"
} }
stage('Deploy') { stage('Deploy') {
......
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