Convert into a multi-module project.
For now, the API module only contains a few assorted utilities. More will be added later.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'gradle:jdk8-slim'
|
||||
image 'openjdk:8-jdk-slim'
|
||||
args '-v gradle-cache:/home/gradle/.gradle:rw'
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './gradlew shadowJar'
|
||||
archiveArtifacts 'build/libs/*.jar'
|
||||
archiveArtifacts 'proxy/build/libs/*-all.jar'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Reference in New Issue
Block a user