Try docker compilation
This commit is contained in:
parent
9c894e0ae1
commit
ac2fca01e8
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -13,15 +13,11 @@ pipeline {
|
||||
sh './gradlew setupCIWorkspace'
|
||||
}
|
||||
}
|
||||
stage('Check') {
|
||||
steps {
|
||||
sh './gradlew check'
|
||||
}
|
||||
}
|
||||
stage('Compile') {
|
||||
steps {
|
||||
sh '''./gradlew clean
|
||||
./gradlew build'''
|
||||
sh './gradlew clean'
|
||||
sh './gradlew check'
|
||||
sh './gradlew build'
|
||||
}
|
||||
}
|
||||
stage('JAR release') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user