This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2085d41  (chores) CI: use cached compiled resources to reduce build 
duration
2085d41 is described below

commit 2085d414c268cb6b90cb29a4ba9958c62730ea06
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 7 17:25:59 2022 +0100

    (chores) CI: use cached compiled resources to reduce build duration
---
 Jenkinsfile       | 2 +-
 Jenkinsfile.jdk17 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c257699..8459bee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,7 +83,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
clean install"
+                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
install"
             }
             post {
                 always {
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index 05a1b2b..e82ea9a 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -75,7 +75,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip 
-Dmaven.test.failure.ignore=true clean install"
+                sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip 
-Dmaven.test.failure.ignore=true install"
             }
             post {
                 always {

Reply via email to