This commit is contained in:
2025-12-20 18:33:35 +01:00
parent 5a164391fb
commit 7afefbe841

View File

@@ -83,7 +83,9 @@ pipeline {
post { post {
always { always {
node {
cleanWs() cleanWs()
} }
} }
}
} }