add 1.7.10 to jenkins

This commit is contained in:
NikkyAI 2018-02-17 23:53:45 +01:00
parent 67d0aab64e
commit 23c65bd4e1
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -1,6 +1,14 @@
pipeline {
agent any
stages {
stage("1.7.10") {
steps {
sh './gradlew :1.7.10:setupCiWorkspace'
sh './gradlew :1.7.10:clean'
sh './gradlew :1.7.10:build -Pbuild_number=${BUILD_NUMBER}'
archive '1.7.10/build/libs/*jar'
}
}
stage("1.10.2") {
steps {
sh './gradlew :1.10.2:setupCiWorkspace'