forked from FabricMC/fabric
Remove jenkins file, moving to a manual build job
This commit is contained in:
parent
ab421b9c5c
commit
b8deb199a0
1 changed files with 0 additions and 19 deletions
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
|
@ -1,19 +0,0 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
|
||||
stage ('Build') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh "rm -rf build/libs/"
|
||||
sh "chmod +x gradlew"
|
||||
sh "./gradlew clean --stacktrace"
|
||||
sh "./gradlew build publish curseforge --refresh-dependencies --stacktrace"
|
||||
|
||||
archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue