My company produces a product in multiple flavors, on Linux and Android for example. On Jenkins, these are produced on a multi-configuration job.
I need to build a wrapper to the product on a different job. My manager insists that the wrapper and the product be built on separate jobs.
My problem is, I cannot seem to be able to pass axis variables. Using the parameterized build plugin, "Trigger parameterized build on other projects" doesn't take parameters (how terribly ironic), and axis variables seem to be ignored (see example image).
Does anyone have a viable solution?