Allow CI skipping

This commit is contained in:
Telesphoreo 2023-03-16 00:21:18 -05:00
parent f3b3ef9f03
commit 8274f52923

1
Jenkinsfile vendored
View File

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