![]() |
|
|
|
|
|
|
Change By:
|
ikedam
(17/Mar/15 10:42 PM)
|
|
Summary:
|
Run Groovy script only on
Support
matrix
parent
aggregation with ProxyPublisher
|
|
Issue Type:
|
New Feature
Improvement
|
|
Description:
|
"Run also for matrix parent" with groovy-postbuild doesn't work when called via template-project plugin. This is caused as {{ProxyPublisher}} doesn't supporr {{MatrixAggregatable}} and doesn't trigger aggregation processes of publishers.
----
(original post)
Would it be possible to have Groovy Postbuild to only run the script on matrix parent?
I have a groovy script I want to run once after all matrix configurations have been triggered and completed.
|
|
Assignee:
|
wolfs
huybrechts
|
|
Component/s:
|
template-project-plugin
|
|
Component/s:
|
groovy-postbuild-plugin
|
|
|
|
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/d/optout.
Post-build steps in matrix parents are called "aggregation".
template-project plugin deosn't support aggregation.
That is, template-project doesn't implement MatrixAggregatable and doesn't work as a proxy for matrix parents.
Now the comment from @danielbeck gets valid!
I changed the component to template-project.