Skip to content

Commit

Permalink
scan jake with jake
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 8, 2021
1 parent 1120d8a commit fb892d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ dockerizedBuildPipeline(
withCredentials([usernamePassword(credentialsId: 'policy.s integration account',
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh '''
python setup.py bdist_wheel
cd dist && WHEEL_NAME=$(ls -1) && cd ..
pip install --user dist/$WHEEL_NAME
jake iq --application jake --stage stage-release --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev
#jake iq --application jake --stage stage-release --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 fb892d2

Please sign in to comment.