Jenkinsfile fix 3

This commit is contained in:
Simon Gardling 2021-04-12 11:39:49 -04:00
parent b7646294ed
commit ff504832ac

3
Jenkinsfile vendored
View File

@ -72,8 +72,9 @@ pipeline {
}
}
}
}
stage('Archive Jars') {
stage('Archive Jars') {
steps {
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
}