Skip to content

Commit

Permalink
Update release Jenkinsfile to log level debug and print OS version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Jul 20, 2023
1 parent 7e6b04f commit b85886b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ node("docker") {
env.PATH+=":${goRoot}/bin"
env.GO111MODULE="on"
env.CI=true
env.JFROG_CLI_LOG_LEVEL="DEBUG"

dir('temp') {
sh "cat /etc/lsb-release"
cliWorkspace = pwd()
sh "echo cliWorkspace=$cliWorkspace"
stage('Clone JFrog CLI sources') {
Expand Down

0 comments on commit b85886b

Please sign in to comment.