Skip to content

Commit 57d74e1

Browse files
committed
Fix artifact path
1 parent 2add648 commit 57d74e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838

3939
post {
4040
success {
41-
archiveArtifacts artifacts: 'target/codedx-bamboo-plugin*.jar', fingerprint: true, onlyIfSuccessful: true
41+
archiveArtifacts artifacts: 'repo/target/codedx-bamboo-plugin*.jar', fingerprint: true, onlyIfSuccessful: true
4242

4343
script {
4444
if (isRelease) {

0 commit comments

Comments
 (0)