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 5ca254873f3a657a9590fb6f3f991a6fdce66fc0 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 20 12:10:55 2020 +0200 Jenkinsfile JDK 15: Removed deploy --- Jenkinsfile.karaf.jdk15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk15 b/Jenkinsfile.karaf.jdk15 index 3e60027..ec3e01a 100644 --- a/Jenkinsfile.karaf.jdk15 +++ b/Jenkinsfile.karaf.jdk15 @@ -68,7 +68,7 @@ pipeline { stage('Build') { steps { script { - karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true -Parchetypes-skip-tests clean install deploy", returnStatus: true + karaf_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true -Parchetypes-skip-tests clean install", returnStatus: true } } post {
