mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-10-31 20:27:10 +00:00
Update Jenkinsfile
This commit is contained in:
parent
7d86fb8c0f
commit
1658b50a44
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -4,24 +4,17 @@ pipeline {
|
||||
GITHUB_BRANCH = "${BRANCH_NAME}"
|
||||
}
|
||||
stages {
|
||||
stage('clean') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew cleanCache'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('applyPatches') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew applyPatches'
|
||||
sh './gradlew applyPatches --no-daemon --refresh-dependencies'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('paperclipJar') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew createReobfPaperclipJar --stacktrace --info'
|
||||
sh './gradlew createReobfPaperclipJar --no-daemon --refresh-dependencies'
|
||||
}
|
||||
sh """
|
||||
#!/bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user