Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-21970] Allow to change the combination to rebuild.
  • Loading branch information
ikedam committed Mar 1, 2014
1 parent 23be256 commit c4f7377
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -52,9 +52,9 @@ private void drawTableBall(MatrixBuild.RunPtr runPtr,AxisList axes,matrixValue,M
if (!layouter.x || !layouter.y) {
text(runPtr.combination.toString(layouter.z))
}
f.checkbox(checked: "true", name: "values",id: "checkbox"+matrixValue.getName());
input(type: "hidden", name: "confs", value: runPtr.combination.toString());
}
f.checkbox(checked: "true", name: "values",id: "checkbox"+matrixValue.getName());
input(type: "hidden", name: "confs", value: runPtr.combination.toString());

} else {
img(src: "${imagesURL}/24x24/grey.gif");
Expand Down

0 comments on commit c4f7377

Please sign in to comment.