From 6f16cd94c6bdd2c634eb296e3858f9edac0db3bb Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 12 Feb 2026 16:25:41 +0200 Subject: [PATCH] Fix testing --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a5f39e..dbf76b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,9 @@ pipeline { post { success { - publishCtrfResults: "*.json" + steps { + publishCtrfResults: "*.json" + } } } }