Start archiving the API, too

This commit is contained in:
Andrew Steinborn 2018-07-31 21:07:18 -04:00
parent c3e5784b64
commit de716578a2

2
Jenkinsfile vendored
View File

@ -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') {