Skip to content

Commit

Permalink
Explicitly set delegate on predefinedProps
Browse files Browse the repository at this point in the history
  • Loading branch information
rymndhng committed Sep 17, 2015
1 parent b916913 commit d37b1a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -180,7 +180,7 @@ class DownstreamTriggerParameterContext extends AbstractContext {

if (predefinedProps) {
result << new NodeBuilder().'hudson.plugins.parameterizedtrigger.PredefinedBuildParameters' {
'properties'(predefinedProps.join('\n'))
delegate.'properties'(predefinedProps.join('\n'))
}
}

Expand Down

0 comments on commit d37b1a8

Please sign in to comment.