mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-07-06 19:56:41 +00:00
attempting more fixes
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -4,17 +4,24 @@ pipeline {
|
||||
GITHUB_BRANCH = "${BRANCH_NAME}"
|
||||
}
|
||||
stages {
|
||||
stage('clean') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew clean'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('applyPatches') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew applyPatches --no-daemon --refresh-dependencies'
|
||||
sh './gradlew applyPatches'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('paperclipJar') {
|
||||
steps {
|
||||
withGradle {
|
||||
sh './gradlew createReobfPaperclipJar --no-daemon --refresh-dependencies'
|
||||
sh './gradlew createReobfPaperclipJar'
|
||||
}
|
||||
sh """
|
||||
#!/bin/sh
|
||||
|
Reference in New Issue
Block a user