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-karaf.git
commit bd072fa55ed6687059928aaf8b5003903279651d Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:09:56 2020 +0200 Jenkinsfile JDK11: Removed deploy --- Jenkinsfile.karaf.jdk11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk11 b/Jenkinsfile.karaf.jdk11 index 0604680..9289129 100644 --- a/Jenkinsfile.karaf.jdk11 +++ b/Jenkinsfile.karaf.jdk11 @@ -68,7 +68,7 @@ pipeline { stage('Build') { steps { script { - karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true + karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true } } post {
