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 2024/04/05 14:46:54 UTC

(camel) 11/11: Used single quotes instead of double and removed java -version step.

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 6814fbf40730cdcf9d0ae8df47c8d2990feac230
Author: Vaishnavi R <va...@var-thinkpadp1gen4i.remote.csb>
AuthorDate: Fri Apr 5 20:04:41 2024 +0530

    Used single quotes instead of double and removed java -version step.
---
 Jenkinsfile.matrix.platform | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform
index 2897ef44a5a..781ab33141d 100644
--- a/Jenkinsfile.matrix.platform
+++ b/Jenkinsfile.matrix.platform
@@ -104,7 +104,7 @@ pipeline {
                         }
                     }
 
-                    stage("Build ${PLATFORM}-${JDK_NAME}") {
+                    stage('Build ${PLATFORM}-${JDK_NAME}') {
                         steps {
                             echo "Do Build for ${PLATFORM}-${JDK_NAME}"
                             sh 'java -version'
@@ -132,7 +132,6 @@ pipeline {
                     stage('Test') {
                         steps {
                             echo "Do Test for ${PLATFORM}-${JDK_NAME}"
-                            sh 'java -version'
                             timeout(unit: 'HOURS', time: 7) {
                                 script {
                                     if ("${PLATFORM}" == "ubuntu") {