Commit 08f51a3c authored by daidekun's avatar daidekun

projectName

parent 056e18b0
......@@ -24,7 +24,8 @@ def call(body) {
}
stage('Build') {
sh "ansible-playbook /etc/ansible/build.yml -e project_name=${config.envType}.${projectName} -e repo_name=${repoName} -e branch_name=${branchName} -e git_url=${gitUrl} -vv"
echo projectName
sh "ansible-playbook /etc/ansible/build.yml -e project_name=${config.envType}.${projectName} -e branch_name=${branchName} -e git_url=${gitUrl} -vv"
}
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