Actually publish artifacts
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -16,4 +16,7 @@ node {
|
|||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
archiveArtifacts 'build/libs/*.jar'
|
archiveArtifacts 'build/libs/*.jar'
|
||||||
}
|
}
|
||||||
|
stage('Publish artifacts') {
|
||||||
|
sh "./gradlew publish"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user