You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/19 08:37:19 UTC

[camel] branch main updated (8d914629a1f -> 89da9a0e5b7)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 8d914629a1f CAMEL-18209: endpoint - The default options should all be marked as advanced as they are rare in use.
     new 87827823284 (chores) ci: avoid deploying to the Maven repo for regular build
     new 89da9a0e5b7 (chores) ci: rename stages to avoid confusion with the deploy job

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile       | 4 ++--
 Jenkinsfile.jdk17 | 2 +-
 Jenkinsfile.s390x | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[camel] 01/02: (chores) ci: avoid deploying to the Maven repo for regular build

Posted by or...@apache.org.
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

commit 87827823284113d47e390b6c8f7ba148e9a756cd
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Jun 19 10:35:42 2022 +0200

    (chores) ci: avoid deploying to the Maven repo for regular build
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3c426d8e45d..02050e8435c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -58,12 +58,12 @@ pipeline {
            }
         }
 
-        stage('Build & Deploy') {
+        stage('Build & Install') {
             when {
                 branch 'main'
             }
             steps {
-                sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean deploy"
+                sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"
             }
         }
 


[camel] 02/02: (chores) ci: rename stages to avoid confusion with the deploy job

Posted by or...@apache.org.
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

commit 89da9a0e5b748d2de1110cd6ea2c5be8389262b6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Jun 19 10:36:33 2022 +0200

    (chores) ci: rename stages to avoid confusion with the deploy job
---
 Jenkinsfile.jdk17 | 2 +-
 Jenkinsfile.s390x | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index a2dd9a88141..dd2a02db309 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -58,7 +58,7 @@ pipeline {
            }
         }
 
-        stage('Build & Deploy') {
+        stage('Build & Install') {
             when {
                 branch 'main'
             }
diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index a366cab6d1b..52725ae346f 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -65,7 +65,7 @@ pipeline {
            }
         }
 
-        stage('Build & Deploy') {
+        stage('Build & Install') {
             when {
                 branch 'main'
             }