13
0
geforkt von Mirrors/Velocity

Start archiving the API, too

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-31 21:07:18 -04:00
Ursprung c3e5784b64
Commit de716578a2

2
Jenkinsfile vendored
Datei anzeigen

@ -10,7 +10,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh './gradlew shadowJar' sh './gradlew shadowJar'
archiveArtifacts 'proxy/build/libs/*-all.jar' archiveArtifacts 'proxy/build/libs/*-all.jar,api/build/libs/*-all.jar'
} }
} }
stage('Test') { stage('Test') {