Commit fab18ae4 authored by wentao.suo's avatar wentao.suo

fff

parent fa4fc292
......@@ -44,7 +44,7 @@ def call(body) {
ansiColor('xterm') {
dir (systemName) {
stage('Checkout & Build') {
git_path = project_attr(systemName)["gitPath"]
......@@ -57,12 +57,9 @@ def call(body) {
def workspace = pwd()
echo "${workspace}"
echo "cd ${workspace}"
sh 'mvn clean package -P test -D maven.test.skip=true'
sh 'mvn clean package -P test -D maven.test.skip=true'
}
}
}
......
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