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 b4bcc06 (chores) CI: avoid installing the artifacts twice
b4bcc06 is described below
commit b4bcc06d734fd43be797ac748e7d4e9030c4bb27
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 7 17:46:11 2022 +0100
(chores) CI: avoid installing the artifacts twice
---
Jenkinsfile | 2 +-
Jenkinsfile.jdk17 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8459bee..685e79b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,7 +83,7 @@ pipeline {
stage('Test') {
steps {
- sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true
install"
+ sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true
verify"
}
post {
always {
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index e82ea9a..0e6211e 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 install"
+ sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.failure.ignore=true verify"
}
post {
always {