mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-30 20:29:19 +00:00
Maybe this works?
This commit is contained in:
6
bootstrap/fabric/Jenkinsfile
vendored
6
bootstrap/fabric/Jenkinsfile
vendored
@@ -13,7 +13,11 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', excludes: 'build/libs/*-dev.jar' 'build/libs/*-sources*jar' 'build/libs/*-all.jar', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', excludes: {
|
||||
'build/libs/*-dev.jar'
|
||||
'build/libs/*-sources*jar'
|
||||
'build/libs/*-all.jar'
|
||||
}, fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user