Need advice with composite build

Could you please advice best practices with following workflow?

I have composite build configuration that depend on 4 other build configuration. 

Generally I need to build all that builds at one time. But, from time to time. I need only PS4 and X1.
So, how can I start a composite build and select only dependency which I need?

I don't want to start each build manually... because "composite build" push all builds to queue with the same parameters. 

Thanks!

 

0
1 comment

There is no way to select which dependencies have to be built for a given chain. Dependencies are considered dependencies and thus always run.

What you can do here is extract the build configurations that you need to replicate separately as a template, then generate new build configurations out of that template and create a separate chain for them. That should let your current build stay as it is while having a new one only with the dependencies you require.

0

Please sign in to leave a comment.