Commit 77793666 authored by daidekun's avatar daidekun

fixbugs

parent dd87d665
......@@ -32,7 +32,7 @@ def build_java(namespace, systemName, contextDir) {
}
def build_nodejs_and_ui(namespace, systemName, contextDir) {
sh "ansible-playbook /etc/ansible/build.yml -e prefix=${namespace} -e project_name=pre.${systemName} -e workspace=${workspace} -e context_dir=${contextDir} -vv"
sh "ansible-playbook /etc/ansible/build.yml -e prefix=${namespace} -e project_name=pre.${systemName} -e workspace=${contextDir} -vv"
}
def build_python(namespace, systemName, contextDir) {
......
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