Skip to content

Commit

Permalink
use stage-release stage for internal nightly build to trigger policy …
Browse files Browse the repository at this point in the history
…failures. (main)
  • Loading branch information
bhamail committed Sep 23, 2020
1 parent 305f857 commit 2f4f47d
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 @@ -33,7 +33,7 @@ dockerizedBuildPipeline(
withDockerImage(env.DOCKER_IMAGE_ID, {
withCredentials([usernamePassword(credentialsId: 'policy.s integration account',
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh 'go list -json -m all | ./nancy iq --iq-application nancy --iq-stage build --iq-username $IQ_USERNAME --iq-token $IQ_PASSWORD --iq-server-url https://policy.ci.sonatype.dev'
sh 'go list -json -m all | ./nancy iq --iq-application nancy --iq-stage stage-release --iq-username $IQ_USERNAME --iq-token $IQ_PASSWORD --iq-server-url https://policy.ci.sonatype.dev'
}
})
},
Expand Down

0 comments on commit 2f4f47d

Please sign in to comment.