Commit 82b83ee4 authored by daidekun's avatar daidekun

注释

parent f3ef0200
...@@ -27,7 +27,7 @@ def call(body) { ...@@ -27,7 +27,7 @@ def call(body) {
stage('Build') { stage('Build') {
echo projectName echo projectName
sh "ansible-playbook /etc/ansible/build.yml -e project_name=${envType}.${projectName} -e name_with_namespace=${nameWithNamespace} -e tag_name=${tagName} -vv" /* sh "ansible-playbook /etc/ansible/build.yml -e project_name=${envType}.${projectName} -e name_with_namespace=${nameWithNamespace} -e tag_name=${tagName} -vv"*/
} }
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