Skip to content

Commit

Permalink
run IQ using 'release' stage to trigger policy failure actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 10, 2021
1 parent 30180b0 commit bc2d362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dockerizedBuildPipeline(
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh '''
poetry install --no-dev
poetry run jake iq --application jake --stage stage-release --username $IQ_USERNAME --password $IQ_PASSWORD --server-url https://iq.sonatype.dev
#poetry run jake iq --application jake --stage stage-release --username $IQ_USERNAME --password $IQ_PASSWORD --server-url https://iq.sonatype.dev || export jakeFailed=true
poetry run jake iq --application jake --stage release --username $IQ_USERNAME --password $IQ_PASSWORD --server-url https://iq.sonatype.dev
#poetry run jake iq --application jake --stage release --username $IQ_USERNAME --password $IQ_PASSWORD --server-url https://iq.sonatype.dev || export jakeFailed=true
#cat ${HOME}/.ossindex/jake.combined.log
'''
}
Expand Down

0 comments on commit bc2d362

Please sign in to comment.