fix: clean ws

This commit is contained in:
Luc SORIGNET
2026-02-09 14:15:36 +01:00
parent ace4dcbf07
commit 12a6ad1d61
3 changed files with 3 additions and 12 deletions

View File

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