Fix testing

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

4
Jenkinsfile vendored
View File

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