fix: clean ws

This commit is contained in:
Luc SORIGNET
2026-02-09 14:15:36 +01:00
parent ace4dcbf07
commit 856443d4ed

View File

@ -34,15 +34,6 @@ pipeline {
}
}
stage("Clean Workspace") {
when {
buildingTag()
}
steps {
deleteDir()
}
}
stage("Build Docker Images") {
when {
buildingTag()