Commit 448b05e0 by xujian

xx

parent 79ea3fad
...@@ -64,7 +64,7 @@ pipeline { ...@@ -64,7 +64,7 @@ pipeline {
steps { steps {
script { script {
dir('BASE') { dir('BASE') {
sh "mvn -Dmaven.test.failure.ignore=true clean package install" sh "mvn -T 1C -Dmaven.test.failure.ignore=true clean package install"
} }
} }
} }
...@@ -74,7 +74,7 @@ pipeline { ...@@ -74,7 +74,7 @@ pipeline {
steps { steps {
script { script {
dir('CORE') { dir('CORE') {
sh "mvn -Dmaven.test.failure.ignore=true clean package install" sh "mvn -T 1C -Dmaven.test.failure.ignore=true clean package install"
} }
} }
} }
...@@ -85,7 +85,7 @@ pipeline { ...@@ -85,7 +85,7 @@ pipeline {
steps { steps {
script { script {
dir('HTJ') { dir('HTJ') {
sh "mvn -Dmaven.test.failure.ignore=true clean package install" sh "mvn -T 1C -Dmaven.test.failure.ignore=true clean package install"
} }
} }
} }
......
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