Fixing testing

This commit is contained in:
retropikzel 2026-03-12 08:07:53 +02:00
parent 36dfb46c90
commit 8515c12581
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -59,4 +59,9 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}