We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247a5c1 commit ab3b6fcCopy full SHA for ab3b6fc
core/src/main/java/jenkins/agents/CloudSet.java
@@ -141,7 +141,7 @@ public String getCloudUpdateCenterCategoryLabel() {
141
@Override
142
public ModelObjectWithContextMenu.ContextMenu doChildrenContextMenu(StaplerRequest2 request, StaplerResponse2 response) throws Exception {
143
ModelObjectWithContextMenu.ContextMenu m = new ModelObjectWithContextMenu.ContextMenu();
144
- Jenkins.get().clouds.stream().forEach(m::add);
+ Jenkins.get().clouds.forEach(m::add);
145
return m;
146
}
147
0 commit comments