Add CI skipping

This commit is contained in:
2023-03-16 00:30:45 -05:00
parent 494829e797
commit 661bd58103
Vendored
+1
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'
} }