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 0661e00 commit a7c5d03Copy full SHA for a7c5d03
src/test/java/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloudTest.java
@@ -274,6 +274,7 @@ public void defaultWorkspaceVolume() throws Exception {
274
assertEquals(WorkspaceVolume.getDefault(), podTemplate.getWorkspaceVolume());
275
}
276
277
+ // TODO 2.385+ delete
278
private HtmlButton getButton(HtmlForm f, String buttonText) {
279
HtmlButton button;
280
try {
0 commit comments