From e5d6dd3d64b69dc71f902a68ffe496c0aba38e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Wed, 25 Sep 2024 17:12:44 -0700 Subject: [PATCH] Comment out de-listed plugin for Windows agent support. This plugin is not used by the build farm, but it is an implicit dependency of our current plugin set because it was extracted from the Jenkins core and not all plugins we use have been updated since then. Since we do not use Windows at all with the build farm, I don't believe any functionality will be impacted. --- attributes/plugins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/plugins.rb b/attributes/plugins.rb index d795653..0afc6c0 100644 --- a/attributes/plugins.rb +++ b/attributes/plugins.rb @@ -101,7 +101,7 @@ "translation" => "1.16", "trilead-api" => "1.0.13", "warnings-ng" => "9.0.1", - "windows-slaves" => "1.3.1", + #"windows-slaves" => "1.3.1", # Delisted https://github.com/jenkinsci/windows-slaves-plugin?tab=readme-ov-file#notice-of-deprecation "workflow-api" => "2.42", "workflow-cps" => "2.90", "workflow-cps-global-lib" => "2.15",