Skip to content

Commit

Permalink
try wildcard pattern suggested by #262
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 7, 2022
1 parent 4ef70b1 commit 6712987
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: 'jenkins-iq',
usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
sh 'go list -json -deps | ./nancy iq --iq-application nancy --iq-stage release --iq-username $IQ_USERNAME --iq-token $IQ_PASSWORD --iq-server-url https://iq.sonatype.dev'
sh 'go list -json -deps ./... | ./nancy iq --iq-application nancy --iq-stage release --iq-username $IQ_USERNAME --iq-token $IQ_PASSWORD --iq-server-url https://iq.sonatype.dev'
}
})
},
Expand Down

0 comments on commit 6712987

Please sign in to comment.