Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/analyzer-manager-intergation-tes…
Browse files Browse the repository at this point in the history
…t' into analyzer-manager-intergation-test
  • Loading branch information
orto17 committed Jul 23, 2023
2 parents 57e5d23 + 182a26a commit 362007b
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 362007b

Please sign in to comment.