Clean jenkins artifacts and filter resources

This commit is contained in:
rtm516 2020-06-17 17:57:37 +01:00
commit 93ce059e3e
2 changed files with 7 additions and 1 deletions

2
Jenkinsfile vendored
View file

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