Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JENKINS-17064
  • Loading branch information
Alex Earl committed Mar 5, 2013
1 parent d732ccb commit eebeaa6
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -106,9 +106,11 @@ tr() {
}
td()
}
if(descriptor.isMatrixProject(it)) {
if(descriptor.isMatrixProject(my)) {
f.entry(field: "matrixTriggerMode", title: _("Trigger for matrix projects")) {
f.enum(it.description)
f.enum {
raw(my.description)
}
}
}
f.advanced() {
Expand Down

0 comments on commit eebeaa6

Please sign in to comment.