You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/07 08:11:52 UTC

[camel-quarkus] branch master updated: Camel-Quarkus: Set built against snapshot in Jenkinsfile.quarkus

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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 506702d  Camel-Quarkus: Set built against snapshot in Jenkinsfile.quarkus
506702d is described below

commit 506702de24975d4f7d2412b70dd0287a2ed4d6e7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 7 10:11:08 2019 +0200

    Camel-Quarkus: Set built against snapshot in Jenkinsfile.quarkus
---
 Jenkinsfile.quarkus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.quarkus b/Jenkinsfile.quarkus
index 8197846..0e74829 100644
--- a/Jenkinsfile.quarkus
+++ b/Jenkinsfile.quarkus
@@ -56,7 +56,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean verify -Pquarkus-snapshots -Dnative -Dnative-image.docker-build=true -f pom.xml"
+                sh "./mvnw $MAVEN_PARAMS -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean verify -Pquarkus-snapshots -Dquarkus.version=999-SNAPSHOT -Dnative -Dnative-image.docker-build=true -f pom.xml"
             }
             post {
                 always {