Skip to content

Commit

Permalink
single quote path
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 0f49e44 commit 312f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
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 "${HOME}/.ossinidex/jake.combined.log"
cat '${HOME}/.ossinidex/jake.combined.log'
if [ -z "$jakeFailed" ]
then
echo 'Jake failed'
Expand Down

0 comments on commit 312f05c

Please sign in to comment.