Commit 0939df52 authored by 温海元's avatar 温海元

add as

parent eaf1b8fb
...@@ -511,7 +511,7 @@ def build_java(systemName, branchName,contextDir) { ...@@ -511,7 +511,7 @@ def build_java(systemName, branchName,contextDir) {
sh 'mvn -v' sh 'mvn -v'
sh 'env' sh 'env'
sh buildCmd sh buildCmd
sh "mv `ls${jarFilePath}/*.jar|grep -v 'app-starter-1.0-SNAPSHOT-javadoc'|grep -v 'app-starter-1.0-SNAPSHOT-sources'` ${contextDir}/app.jar" sh "mv `ls ${jarFilePath}/*.jar|grep -v 'app-starter-1.0-SNAPSHOT-javadoc'|grep -v 'app-starter-1.0-SNAPSHOT-sources'` ${contextDir}/app.jar"
// sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar" // sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar"
// sh 'ls ${jarFilePath}/ | grep ".jar" | grep -v "-javadoc" | grep -v "-sources"' // sh 'ls ${jarFilePath}/ | grep ".jar" | grep -v "-javadoc" | grep -v "-sources"'
......
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