remove unnecessary clean stage from Jenkins pipeline

This commit is contained in:
2026-07-16 14:54:12 +02:00
parent 72aef4ef3f
commit 101237264a
Vendored
-5
View File
@@ -6,11 +6,6 @@ pipeline {
} }
stages { stages {
stage('Clean') {
steps {
deleteDir()
}
}
stage("Checkout") { stage("Checkout") {
steps { steps {
checkout scm checkout scm