[DEV] Add Ability to Skip Builds

This commit is contained in:
2025-02-01 18:28:52 +02:00
parent a4aa7108e5
commit c328a07345
19 changed files with 76 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
pipeline {
agent {
@@ -32,15 +32,19 @@
@@ -38,15 +38,19 @@
stage("Prepare") {
steps {
@@ -38,7 +38,7 @@
}
}
}
@@ -48,21 +52,23 @@
@@ -54,21 +58,23 @@
post {
always {