Skip to content

Commit

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

dir('temp') {
cliWorkspace = pwd()
Expand Down

0 comments on commit 12f49f8

Please sign in to comment.