Actually publish artifacts

This commit is contained in:
raoulvdberge
2019-11-04 19:06:13 +01:00
parent 1002643082
commit a3852cc069

3
Jenkinsfile vendored
View File

@@ -16,4 +16,7 @@ node {
stage('Archive artifacts') {
archiveArtifacts 'build/libs/*.jar'
}
stage('Publish artifacts') {
sh "./gradlew publish"
}
}