Skip to content

Commit

Permalink
skip copy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent c705c73 commit 91deef2
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 @@ -32,7 +32,7 @@ dockerizedBuildPipeline(
cd dist && WHEEL_NAME=$(ls -1) && cd ..
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}
#cp ${HOME}/.ossinidex/jake.combined.log '${WORKSPACE}'
cat ${HOME}/.ossinidex/jake.combined.log
if [ -z "$jakeFailed" ]
then
Expand Down

0 comments on commit 91deef2

Please sign in to comment.