Hello, Sylvain,

Looks like I found how this issue can be resolved.

The symptoms are similar to https://issues.jenkins-ci.org/browse/JENKINS-18425, thus the changes should be the same.

In [src\main\resources\org\jenkinsci\plugins\jobgenerator\parameters\GeneratorParametersDefinitionProperty\index.jelly] the last "<f:block />" entry should be extended with two hidden input fields:

<f:block>
<!-- Changes, similar to https://issues.jenkins-ci.org/browse/JENKINS-18425 -->
<input type="hidden" name="statusCode" value="303" />
<input type="hidden" name="redirectTo" value="." />
<f:submit value="${%Generate}" />
</f:block>

After updating this file and rebuilding the plugin JPI I've got your plugin working as expected. Sorry, now I have no time to produce a valid Git pull request.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to