Speed up jenkins build.
This commit is contained in:
parent
41c94b2a52
commit
eb1837754e
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -7,9 +7,9 @@ node {
|
||||||
|
|
||||||
sh "rm -rf build/libs/"
|
sh "rm -rf build/libs/"
|
||||||
sh "chmod +x gradlew"
|
sh "chmod +x gradlew"
|
||||||
sh "./gradlew setupCIWorkspace build uploadArchive curseTools --refresh-dependencies --stacktrace"
|
sh "./gradlew build uploadArchive curseTools --refresh-dependencies --stacktrace"
|
||||||
|
|
||||||
stage "Archive artifacts"
|
stage "Archive artifacts"
|
||||||
|
|
||||||
archive 'build/libs/*'
|
archive 'build/libs/*'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue