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

ricardozanini pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git

commit b673b949f1a677996df15e7e26709dce3c939072
Author: jstastny-cz <[email protected]>
AuthorDate: Wed Nov 8 16:41:16 2023 +0100

    env printout
---
 .ci/jenkins/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index a7c80858..16174a51 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -13,6 +13,7 @@ pipeline {
         stage("Build&Test") {
             steps {
                 script {
+                    sh 'env'
                     List buildParams = []
                     buildParams.add(string(name: "DISPLAY_NAME", value: "PR 
#${CHANGE_ID}: ${CHANGE_URL}"))
                     buildParams.add(string(name: "CHANGE_ID", value: 
CHANGE_ID))


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

Reply via email to