From 162c59047de3b7e708f6b5f4d86bde296699e54f Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 6 Aug 2026 06:08:12 -0300 Subject: [PATCH] feat(jenkins): install junit and pipeline-stage-view Without the junit plugin the pipeline's junit step throws NoSuchMethodError, jenkins.failed_tests is always empty, and auto-triage has only raw console text to reason from. That was the root of two separate diagnosis failures: the enforced failure being crowded out of the evidence budget, and the patcher being unable to locate the defective source file. Pinned to junit 1369.v15da_00283f06, the newest release that runs on core 2.528.3 - the current 1418 requires 2.533. scm-api moves 724 -> 728 because the workflow-cps these pull in requires it; verified the whole 30-plugin dependency closure needs no core newer than 2.528.3, and rehearsed the exact jenkins-plugin-cli install in a throwaway pod before committing. Co-Authored-By: Claude Opus 5 --- services/jenkins/configmap-plugins.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/services/jenkins/configmap-plugins.yaml b/services/jenkins/configmap-plugins.yaml index c41e4a044..049bc1bd9 100644 --- a/services/jenkins/configmap-plugins.yaml +++ b/services/jenkins/configmap-plugins.yaml @@ -16,7 +16,14 @@ data: simple-theme-plugin:230.v8b_fd91b_b_800c workflow-multibranch:821.vc3b_4ea_780798 branch-api:2.1268.v044a_87612da_8 - scm-api:724.v7d839074eb_5c + scm-api:728.vc30dcf7a_0df5 gitea:268.v75e47974c01d gitea-checks:603.621.vc708da_fb_371d multibranch-scan-webhook-trigger:1.0.11 + # Structured test evidence. Without junit the `junit` step throws + # NoSuchMethodError, jenkins.failed_tests is always empty, and triage + # has only raw console text to work from. Pinned to the newest release + # that runs on core 2.528.3 - the current 1418 needs 2.533. The scm-api + # bump above is required by the workflow-cps these pull in. + junit:1369.v15da_00283f06 + pipeline-stage-view:2.41