Start archiving the API, too
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './gradlew shadowJar'
|
||||
archiveArtifacts 'proxy/build/libs/*-all.jar'
|
||||
archiveArtifacts 'proxy/build/libs/*-all.jar,api/build/libs/*-all.jar'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Reference in New Issue
Block a user