Skip to content

Commit

Permalink
iq arg name change
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 8, 2021
1 parent 5b831bd commit 1f5e6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
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 --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev
#poetry run jake iq --application jake --stage stage-release --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
poetry run jake iq --application jake --stage stage-release --user $IQ_USERNAME --password $IQ_PASSWORD ---server-url https://policy.ci.sonatype.dev
#poetry run jake iq --application jake --stage stage-release --user $IQ_USERNAME --password $IQ_PASSWORD --server-url https://policy.ci.sonatype.dev || export jakeFailed=true
#cat ${HOME}/.ossindex/jake.combined.log
'''
}
Expand Down

0 comments on commit 1f5e6f5

Please sign in to comment.