Allow CI skipping

This commit is contained in:
Telesphoreo 2023-03-16 00:10:04 -05:00
parent abe80e859a
commit 4c619e5bf6

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
stages { stages {
stage('applyPatches') { stage('applyPatches') {
steps { steps {
scmSkip(deleteBuild: true)
withGradle { withGradle {
sh './gradlew applyPatches --no-daemon --refresh-dependencies' sh './gradlew applyPatches --no-daemon --refresh-dependencies'
} }