Skip to content

Commit

Permalink
env printout
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 8, 2023
1 parent 2741ef9 commit 74ecbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 74ecbb7

Please sign in to comment.