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

fff

parent 540a43c2
...@@ -71,13 +71,7 @@ def call(body) { ...@@ -71,13 +71,7 @@ def call(body) {
_utils.beautyEcho("Build", "stage") _utils.beautyEcho("Build", "stage")
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
withMaven( _stage.build_javanamespace, originSystemName, contextDir)
maven: 'M3',
mavenSettingsConfig: 'my-maven-settings',
mavenLocalRepo: '.repository'){
sh 'mvn clean package -P test -D maven.test.skip=true'
}
break break
case "nodejs": case "nodejs":
_stage.build_nodejs(namespace, originSystemName, contextDir) _stage.build_nodejs(namespace, originSystemName, 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