Commit 8ccd3c85 authored by daidekun's avatar daidekun

fixbugs

parent 2ca72863
......@@ -81,7 +81,9 @@ def checkout(branchName, gitRepo) {
}
def build_java(namespace, systemName, contextDir) {
sh '/usr/share/maven/bin/mvn clean package -P test -D maven.test.skip=true'
dir (systemName) {
sh '/usr/share/maven/bin/mvn clean package -P test -D maven.test.skip=true'
}
}
def copy_files_java(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