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 18124df11b62abfb49e28610bf8a4d40eb717c58 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:10:29 2020 +0200 Jenkinsfile Karaf JDK14: Removed deploy --- Jenkinsfile.karaf.jdk14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk14 b/Jenkinsfile.karaf.jdk14 index 885b3c6..997313f 100644 --- a/Jenkinsfile.karaf.jdk14 +++ b/Jenkinsfile.karaf.jdk14 @@ -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 {
