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

fff

parent 9ad24cba
...@@ -63,10 +63,7 @@ def call(body) { ...@@ -63,10 +63,7 @@ def call(body) {
_stage.checkout(branchName, systemName) _stage.checkout(branchName, systemName)
break break
} }
echo "==== checkout====="
sh "pwd"
echo "==== checkout====="
} }
...@@ -74,10 +71,8 @@ def call(body) { ...@@ -74,10 +71,8 @@ def call(body) {
_utils.beautyEcho("Build", "stage") _utils.beautyEcho("Build", "stage")
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
withMaven(){
sh '/usr/local/maven/bin/mvn clean package -P test -D maven.test.skip=true' sh '/usr/local/maven/bin/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