Skip to content

Commit

Permalink
scan at stage stage to trigger policy failures (instead of warnings).
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 22, 2020
1 parent 43a8581 commit a5e289e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ 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
#jake iq --application jake -vv --stage build --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
jake iq --application jake --stage stage --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev
#jake iq --application jake --stage stage --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
#cat ${HOME}/.ossindex/jake.combined.log
'''
}
})
},
//archiveArtifacts: 'jake.combined.log',
onSuccess: {
githubStatusUpdate('success')
},
Expand Down

0 comments on commit a5e289e

Please sign in to comment.