Skip to content

Commit

Permalink
use iq.sonatype.dev, new server, new credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 9, 2021
1 parent 2eba0f9 commit 46c2979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dockerizedBuildPipeline(
deployBranch: 'main',
vulnerabilityScan: {
withDockerImage(env.DOCKER_IMAGE_ID, {
withCredentials([usernamePassword(credentialsId: 'policy.s integration account',
withCredentials([usernamePassword(credentialsId: 'jenkins-iq',
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh '''
poetry install --no-dev
Expand Down

0 comments on commit 46c2979

Please sign in to comment.