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 fc7ae0824e00a6da7d6854aeff96cfea4ad38b45 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Apr 8 13:32:42 2024 +0200 Fixed invalid stage label --- Jenkinsfile.matrix.platform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform index 63f6e9f43aa..09f7e124e77 100644 --- a/Jenkinsfile.matrix.platform +++ b/Jenkinsfile.matrix.platform @@ -101,7 +101,7 @@ pipeline { } } - stage('Build ${PLATFORM}-${JDK_NAME}') { + stage('Build') { steps { echo "Do Build for ${PLATFORM}-${JDK_NAME}" sh 'java -version'
