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

commit 57f731c8cc191fba8125ea24623dd266658d462c
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