Fix Jenkins

...and update non-shaded jar names.
This commit is contained in:
RednedEpic 2019-12-01 17:10:58 -06:00
parent e8f4522762
commit c76c39f3f5
6 changed files with 12 additions and 12 deletions

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'target/Geyser.jar', fingerprint: true
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
}
}
}