Skip to content

Commit

Permalink
fix Jenkinsfile artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
clagomess committed Mar 13, 2024
1 parent cf9819d commit 0229728
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 @@ -23,7 +23,7 @@ pipeline {
}
post {
success {
archiveArtifacts '**/target/*-jar-with-dependencies.jar,**/target/*-.exe'
archiveArtifacts '**/target/*-jar-with-dependencies.jar,**/target/*.exe'
}
}
}
Expand Down

0 comments on commit 0229728

Please sign in to comment.