File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/mave
21
21
def AGENT_LABEL = env. AGENT_LABEL ?: ' ubuntu'
22
22
def JDK_NAME = env. JDK_NAME ?: ' JDK 1.8 (latest)'
23
23
24
- def MAVEN_PARAMS = " -U -B -e -fae -V -Dmaven.repo.local=${ LOCAL_REPOSITORY} -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
24
+ def MAVEN_PARAMS = " -U -B -e -fae -V -Dmaven.repo.local=${ LOCAL_REPOSITORY} -Dnoassembly - Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
25
25
26
26
pipeline {
27
27
@@ -47,7 +47,7 @@ pipeline {
47
47
branch ' master'
48
48
}
49
49
steps {
50
- sh " ./mvnw $MAVEN_PARAMS -Dnoassembly - Dmaven.test.skip.exec=true clean deploy"
50
+ sh " ./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean deploy"
51
51
}
52
52
}
53
53
@@ -58,7 +58,7 @@ pipeline {
58
58
}
59
59
}
60
60
steps {
61
- sh " ./mvnw $MAVEN_PARAMS -Dnoassembly - Dmaven.test.skip.exec=true clean install"
61
+ sh " ./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"
62
62
}
63
63
}
64
64
@@ -75,7 +75,7 @@ pipeline {
75
75
76
76
stage(' Test' ) {
77
77
steps {
78
- sh " ./mvnw $MAVEN_PARAMS -Dnoassembly - Dmaven.test.failure.ignore=true test"
78
+ sh " ./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true test"
79
79
}
80
80
post {
81
81
always {
You can’t perform that action at this time.
0 commit comments