From fb892d2b43003e044347b3642ec8293fbf106611 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Mon, 8 Nov 2021 14:20:05 -0500 Subject: [PATCH] scan jake with jake --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e35eaee..8c8fab9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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