Skip to content

Commit

Permalink
another try at cat
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 59768d0 commit b715113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dockerizedBuildPipeline(
pip install --user dist/$WHEEL_NAME
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 ~/.ossinidex/jake.combined.log
if [ -z "$jakeFailed" ]
then
echo 'Jake failed'
Expand Down

0 comments on commit b715113

Please sign in to comment.