diff --git a/Jenkinsfile b/Jenkinsfile index 4ba07e64..80976be7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,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', fingerprint: true } }