Skip to content

Commit

Permalink
exclude some jars that don't need to be archived
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai committed May 4, 2024
1 parent eb04c7b commit 4a0cfcd
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 @@ -16,7 +16,7 @@ pipeline {
post {
success {
archiveArtifacts artifacts: '**/build/libs/floodgate-*.jar',
excludes: '**/floodgate-parent-*.jar,**/floodgate-api.jar,**/floodgate-core.jar',
excludes: '**/floodgate-parent-*.jar,**/floodgate-api*.jar,**/floodgate-core*.jar,**/floodgate-*-database.jar',
fingerprint: true
}
}
Expand Down

0 comments on commit 4a0cfcd

Please sign in to comment.