Skip to content

Commit

Permalink
let status code do its thang
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 7487d16 commit ea76fed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ dockerizedBuildPipeline(
python setup.py bdist_wheel
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
cat ${HOME}/.ossindex/jake.combined.log
if [[ $jakeFailed ]]; then
echo 'Jake failed'
exit 1
fi
jake iq --application jake -vv --stage build --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev
#jake iq --application jake -vv --stage build --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
#cat ${HOME}/.ossindex/jake.combined.log
'''
}
})
Expand Down

0 comments on commit ea76fed

Please sign in to comment.