Yeah, separate component jobs using the global library to replace the
"generic" jobs we've used for building packages on all the different
platforms we support, and the "full" build launching the component jobs via
workflow as well seems to be the direction that's making sense for the use
case. And fwiw, it's all linear history for the component jobs - just
sometimes they're run directly, sometimes they're run by the full build.

A.

On Wednesday, October 28, 2015, James Nord <jn...@cloudbees.com> wrote:

> I'm working on migrating an existing build setup with a number of
>> individual "component" builds that both can run individually and run as
>> part of a "full" build
>>
>
> Urgh non-linear history :-(
>
> if you separate out the logic of the individual job into a re-usable flow
> script that can take your parameter then your full job is not triggering
> the individual jobs but is one big large flow.
> And if you want to build the individual "component" you have a workflow
> just for that.
>
> Is there a way to get this same sort of behavior in workflow land?
>
> workflow jobs can be parameterized and you can trigger them with
> parameters.  The parameters will show up as variables inside the flow
> script.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','jenkinsci-users%2bunsubscr...@googlegroups.com');>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/203abdf4-dffd-4207-acaf-e2f784e028b2%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/203abdf4-dffd-4207-acaf-e2f784e028b2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPbPdOaTvsSU5NrSSZD1eTpwnGy1e%2BDi6TVODSW_grUX0ELQtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to