Dont build on jenkins
This commit is contained in:
parent
2b74ea1ebe
commit
4ea0dc1e9a
1 changed files with 0 additions and 16 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -1,16 +0,0 @@
|
||||||
node {
|
|
||||||
stage 'Checkout'
|
|
||||||
|
|
||||||
checkout scm
|
|
||||||
|
|
||||||
stage 'Build'
|
|
||||||
|
|
||||||
sh "rm -rf build/libs/"
|
|
||||||
sh "rm -rf .gradle/asmInjector/"
|
|
||||||
sh "chmod +x gradlew"
|
|
||||||
sh "./gradlew build mtDocGen publish curseTools --refresh-dependencies --stacktrace"
|
|
||||||
|
|
||||||
stage "Archive artifacts"
|
|
||||||
|
|
||||||
archive 'build/libs/*'
|
|
||||||
}
|
|
Loading…
Reference in a new issue