mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 08:56:54 +00:00
Allow CI skipping
This commit is contained in:
Vendored
+1
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user