diff --git a/Jenkinsfile b/Jenkinsfile index 9dfe2714..5d4363fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } }