clean git mess, loads of jenkins experimentation

This commit is contained in:
nikky 2018-07-07 13:35:55 +02:00
parent c326ca2b48
commit edbac3dfaf
2 changed files with 8 additions and 5 deletions

11
Jenkinsfile vendored
View File

@ -4,6 +4,9 @@ pipeline {
stage("init") {
steps {
sh 'git submodule update --init --recursive'
sh 'find . -name gen -delete'
sh 'find . -name gen -exec ls -lr {} \\;'
sh 'find . -name build -exec ls -lr {} \\;'
}
}
stage("1.7.10") {
@ -11,7 +14,7 @@ pipeline {
sh './gradlew :1.7.10:setupCiWorkspace'
sh './gradlew :1.7.10:clean'
sh './gradlew :1.7.10:build'
archive '1.7.10/build/libs/*jar'
archiveArtifacts artifacts: '1.7.10/build/libs/*jar'
}
}
stage("1.10.2") {
@ -19,7 +22,7 @@ pipeline {
sh './gradlew :1.10.2:setupCiWorkspace'
sh './gradlew :1.10.2:clean'
sh './gradlew :1.10.2:build'
archive '1.10.2/build/libs/*jar'
archiveArtifacts artifacts: '1.10.2/build/libs/*jar'
}
}
stage("1.11.2") {
@ -27,7 +30,7 @@ pipeline {
sh './gradlew :1.11.2:setupCiWorkspace'
sh './gradlew :1.11.2:clean'
sh './gradlew :1.11.2:build'
archive '1.11.2/build/libs/*jar'
archiveArtifacts artifacts: '1.11.2/build/libs/*jar'
}
}
stage("1.12.2") {
@ -35,7 +38,7 @@ pipeline {
sh './gradlew :1.12.2:setupCiWorkspace'
sh './gradlew :1.12.2:clean'
sh './gradlew :1.12.2:build'
archive '1.12.2/build/libs/*jar'
archiveArtifacts artifacts: '1.12.2/build/libs/*jar'
}
}
}

View File

@ -1,5 +1,5 @@
mod_name = MatterLink
mod_version = 1.6.2
mod_version = 1.6.3
forgelin_version = 1.6.0
curse_id = 287323
curse_release_type = beta