Skip to content

Commit e5d6dd3

Browse files
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.
1 parent 65dcf4f commit e5d6dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"translation" => "1.16",
102102
"trilead-api" => "1.0.13",
103103
"warnings-ng" => "9.0.1",
104-
"windows-slaves" => "1.3.1",
104+
#"windows-slaves" => "1.3.1", # Delisted https://github.com/jenkinsci/windows-slaves-plugin?tab=readme-ov-file#notice-of-deprecation
105105
"workflow-api" => "2.42",
106106
"workflow-cps" => "2.90",
107107
"workflow-cps-global-lib" => "2.15",

0 commit comments

Comments
 (0)