mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Jenkins change your syntax pls
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -21,10 +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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user