Allow CI skipping

This commit is contained in:
Telesphoreo 2023-03-16 00:10:04 -05:00
parent abe80e859a
commit 4c619e5bf6
1 changed files with 1 additions and 0 deletions

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'
}