We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2add648 commit 57d74e1Copy full SHA for 57d74e1
1 file changed
Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
38
39
post {
40
success {
41
- archiveArtifacts artifacts: 'target/codedx-bamboo-plugin*.jar', fingerprint: true, onlyIfSuccessful: true
+ archiveArtifacts artifacts: 'repo/target/codedx-bamboo-plugin*.jar', fingerprint: true, onlyIfSuccessful: true
42
43
script {
44
if (isRelease) {
0 commit comments