Skip to content

Commit

Permalink
[FIXED JENKINS-37477] Fixed the snippet generator.
Browse files Browse the repository at this point in the history
Test is in workflow-multibranch-plugin.
  • Loading branch information
abayer committed Aug 22, 2016
1 parent df624fb commit 0fcaff0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -31,7 +31,8 @@ THE SOFTWARE.
<j:invokeStatic var="triggers" className="hudson.triggers.Trigger" method="for_">
<j:arg value="${it}" type="hudson.model.Item" />
</j:invokeStatic>
<f:descriptorList title="${%Build Triggers}"
<f:descriptorList field="triggers"
title="${%Build Triggers}"
descriptors="${triggers}"
instances="${it.triggers}">
<d:invokeBody />
Expand Down

0 comments on commit 0fcaff0

Please sign in to comment.