geforkt von Mirrors/Velocity
Start archiving the API, too
Dieser Commit ist enthalten in:
Ursprung
c3e5784b64
Commit
de716578a2
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') {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren