Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Use-case:
- there is a multi-configuration project that runs product build
- it is necessary to perform pre/post actions (set tags, build cumulative distribution after all configurations are built)
Release plugin would be ideal for this but is does not support multi-config projects yet.
I took a look at this support a while ago and found that the BuildWrapper extension point that the plugin uses did not work well with matrix builds. Have you done any plugin development? If you could point me to a design that could work for matrix builds, I could give it a shot.