Fix build?
This commit is contained in:
parent
cc91888c4a
commit
7bf0e4f08a
2 changed files with 34 additions and 50 deletions
15
Jenkinsfile
vendored
Normal file
15
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
node {
|
||||
stage 'Checkout'
|
||||
|
||||
checkout scm
|
||||
|
||||
stage 'Build'
|
||||
|
||||
sh "rm -rf build/libs/"
|
||||
sh "chmod +x gradlew"
|
||||
sh "./gradlew build publish curseTools --refresh-dependencies --stacktrace"
|
||||
|
||||
stage "Archive artifacts"
|
||||
|
||||
archive 'build/libs/*'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue