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

eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 2b519541e52 debug
2b519541e52 is described below

commit 2b519541e52a82074e4b2dec3c03c15e95690342
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Fri May 16 17:58:47 2025 -0400

    debug
---
 .../release-jobs/Jenkinsfile.kn-plugin-workflow    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow 
b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
index 335f82d6968..8f9c8f421a0 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
@@ -48,6 +48,28 @@ pipeline {
     }
 
     stages {
+        stage("debug") {
+            steps {
+                script {
+                    sh """
+                    #!/bin/bash -el
+                    pwd
+                    ls -laht
+                    echo "--------------------------------"
+                    ls -laht ${env.WORKSPACE}
+                    echo "--------------------------------"
+                    ls -laht ${env.MAVEN_ARGS}
+                    echo "--------------------------------"
+                    cat ${env.MAVEN_SETTINGS_PATH}
+                    echo "--------------------------------"
+                    cat ${env.MAVEN_SETTINGS_PATH}
+
+                    exit 1
+                    """            
+                }
+            }
+        }
+
         stage('Load local shared scripts') {
             steps {
                 script {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to