From 00e665f3e41c00d3dc9fe1469e07b85046c0ac02 Mon Sep 17 00:00:00 2001 From: andrew clark Date: Tue, 7 Oct 2025 11:10:28 -0600 Subject: [PATCH] Process Test Results Post Event Update The stage will report success when it skips or is successful. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 40d41889bd..39c7af182a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1838,7 +1838,7 @@ pipeline { } } post { - always { + success { script { // Report the skipped stage's status def variant = "Process results"