Add CI skipping

This commit is contained in:
Telesphoreo 2023-03-16 00:12:10 -05:00
parent dcd2e77668
commit 1ce9a71b1e
1 changed files with 14 additions and 13 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'
}