This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 34ba956 Jenkinsfile for JDK16: Skip Archetype tests 34ba956 is described below commit 34ba956bff7ab06bff0600aa3eb8975be9fad779 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 4 15:26:45 2021 +0100 Jenkinsfile for JDK16: Skip Archetype tests --- Jenkinsfile.jdk16 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile.jdk16 b/Jenkinsfile.jdk16 index 4b95f71..a21b84c 100644 --- a/Jenkinsfile.jdk16 +++ b/Jenkinsfile.jdk16 @@ -63,19 +63,19 @@ pipeline { branch 'master' } steps { - sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install" + sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install" } } stage('Checks') { steps { - sh "./mvnw $MAVEN_PARAMS -Psourcecheck -Dcheckstyle.failOnViolation=false checkstyle:check" + sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Psourcecheck -Dcheckstyle.failOnViolation=false checkstyle:check" } } stage('Test') { steps { - sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install" + sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.failure.ignore=true clean install" } post { always {