Commit ec5c2e0d authored by daidekun's avatar daidekun

fixbugs

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