Skip to content

Commit

Permalink
double quote path
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 849f2fd commit 826f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -34,7 +34,7 @@ dockerizedBuildPipeline(
jake iq --application jake -vv --stage build --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
#cp ${HOME}/.ossinidex/jake.combined.log '${WORKSPACE}'
#cat ${HOME}/.ossinidex/jake.combined.log
cat ~/.ossinidex/jake.combined.log
cat "${HOME}/.ossinidex/jake.combined.log"
if [ -z "$jakeFailed" ]
then
echo 'Jake failed'
Expand Down

0 comments on commit 826f7a8

Please sign in to comment.