Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Jul 19, 2023
1 parent 12f49f8 commit 3ec0ffe
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 @@ -33,6 +33,7 @@ node("docker") {
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 3ec0ffe

Please sign in to comment.