v0.2.2 minor changes: jenkinsfile

This commit is contained in:
Dmitry Isaenko 2019-01-09 14:47:52 +03:00
parent 79b13c9126
commit 82d35a3a1f

5
Jenkinsfile vendored
View file

@ -25,4 +25,9 @@ pipeline {
}
}
}
post {
always {
archiveArtifacts artifacts: 'target/*-jar-with-dependencies.jar', onlyIfSuccessful: true
}
}
}