Attempt to archive all artifacts for Jenkins

This commit is contained in:
RednedEpic 2020-01-18 17:28:27 -06:00
parent 6702c59a15
commit e4d65cd267
5 changed files with 1 additions and 5 deletions

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
archiveArtifacts artifacts: 'target/*.jar, bootstrap/bukkit/target/*.jar, bootstrap/bungeecord/target/*.jar, bootstrap/sponge/target/*.jar, bootstrap/standalone/target/*.jar', fingerprint: true
}
}
}