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:21 UTC

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

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'
             }