Skip to content

Commit

Permalink
[FIXED JENKINS-39157] Remove the duplicated parameter name display
Browse files Browse the repository at this point in the history
This is caused for calling a function removed in 4cca271.
  • Loading branch information
ikedam committed Apr 1, 2017
1 parent e823701 commit 354d0c5
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -46,10 +46,6 @@ Layouter layouter = new Layouter<Combination>(axes) {
drawMainBody(paramDef, f, nameIt, axes, project, project.lastBuild, layouter)

private void drawMainBody(MatrixCombinationsParameterDefinition paramDef, Namespace f, String nameIt, AxisList axes,MatrixProject project,MatrixBuild build,Layouter layouter) {

drawMainLinksJS(nameIt)


f.entry(title: nameIt, description: it.getDescription()) {
div(name: "parameter", class: "matrix-combinations-parameter") {
input(type: "hidden", name: "name", value: nameIt)
Expand Down

0 comments on commit 354d0c5

Please sign in to comment.