v0.2.2 minor changes: jenkinsfile

master
Dmitry Isaenko 2019-01-09 14:47:52 +03:00
parent 79b13c9126
commit 82d35a3a1f
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

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