From 4b7f30c04798aa25b31fcdac68024d12c88a4efa Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Sun, 26 Jul 2026 12:56:48 +0800 Subject: [PATCH 1/2] test: investigate ssh-agent-plugin weekly test failure --- bom-weekly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index dce495542..16e3a2970 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -1553,7 +1553,7 @@ org.jenkins-ci.plugins ssh-agent - 402.vc9cec9230d4b_ + 403.v101ccb_e535d9 org.jenkins-ci.plugins From b177928d448cc2201775e4a30b8a525874b22726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= Date: Sat, 8 Aug 2026 13:36:27 +0200 Subject: [PATCH 2/2] debug: test only ssh-agent-plugin --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48514daf8..09e332afa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ env.MAVEN_NTP = true // Run pct tests on a limited set of repositories and their plugin(s) if not empty // Expected list item format: jenkinsci/, tab, // Ex: 'jenkinsci/pipeline-stage-view-plugin\tpipeline-rest-api,pipeline-stage-view' -final String[] limitedPluginSet = [] +final String[] limitedPluginSet = ['jenkinsci/ssh-agent-plugin\tssh-agent'] properties([ disableConcurrentBuilds(abortPrevious: true),