Fix testing

This commit is contained in:
retropikzel 2026-02-12 16:25:41 +02:00
parent 3a292e6c92
commit 6f16cd94c6
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -60,7 +60,9 @@ pipeline {
post {
success {
publishCtrfResults: "*.json"
steps {
publishCtrfResults: "*.json"
}
}
}
}