Fixing testing

This commit is contained in:
retropikzel 2026-03-12 08:07:29 +02:00
parent 376ad49ded
commit f020fc525f
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

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