How to build w/ one snapshot two different O/S
One answer
You have several choices.
One is two define two Build Definitions ... one for the z/os build and
one for the solaris build. Load the desired snapshot into a workspace,
and then request a build for each of those two build definitions,
specifying the same workspace for each build.
Another is to create one Build Definition, and then have it invoke
either Ant or command script (that you provide) that sends the request
to both platforms (effectively, you do all the work in your script, and
just use the RTC Build capability to invoke those scripts, monitor its
progress, and capture its results).
Another is to use BuildForge, which has various capabilities for
handling multiple builds in a single request.
Cheers,
Geoff
On 2/25/2011 6:53 AM, khess wrote:
One is two define two Build Definitions ... one for the z/os build and
one for the solaris build. Load the desired snapshot into a workspace,
and then request a build for each of those two build definitions,
specifying the same workspace for each build.
Another is to create one Build Definition, and then have it invoke
either Ant or command script (that you provide) that sends the request
to both platforms (effectively, you do all the work in your script, and
just use the RTC Build capability to invoke those scripts, monitor its
progress, and capture its results).
Another is to use BuildForge, which has various capabilities for
handling multiple builds in a single request.
Cheers,
Geoff
On 2/25/2011 6:53 AM, khess wrote:
How do I start a build with 1 snapshot that starts a build on z/os and
solaris at the same time?