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

orpiske pushed a commit to branch devel-camel-20383
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/devel-camel-20383 by this push:
     new 0ff40e3491a Improve stage name for multi-arch builds
0ff40e3491a is described below

commit 0ff40e3491a091475029abe1de075949f4925476
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Apr 5 14:13:33 2024 +0200

    Improve stage name for multi-arch builds
---
 Jenkinsfile.matrix.platform | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform
index 04ebb4efd7d..020abcaf3ca 100644
--- a/Jenkinsfile.matrix.platform
+++ b/Jenkinsfile.matrix.platform
@@ -104,7 +104,7 @@ pipeline {
                         }
                     }
 
-                    stage('Build & Install') {
+                    stage("Build ${PLATFORM}-${JDK_NAME}") {
                         steps {
                             echo "Do Build for ${PLATFORM}-${JDK_NAME}"
                             sh 'java -version'

Reply via email to