diff --git a/Jenkinsfile b/Jenkinsfile index 2ad3072..070073b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' }