Re: Integration test on a multi platform environment

2014-02-03 Thread Alon Segal
t > jobs from the build job, there are various ways to do that, such as using > promoted builds. > > Eric > > On 2/3/2014 10:01 AM, Alon Segal wrote: > > I looked into that option. > The thing is that the build is on a single platform, only the integration > t

Re: Integration test on a multi platform environment

2014-02-03 Thread Alon Segal
I looked into that option. The thing is that the build is on a single platform, only the integration test (post-build step) is multi-platform. Maybe I'm missing something here? On Monday, February 3, 2014 4:30:11 PM UTC+2, Alon Segal wrote: > > Hi, > I'm running Jenkins on

Integration test on a multi platform environment

2014-02-03 Thread Alon Segal
Hi, I'm running Jenkins on a machine that has both Oracle an Mssql installed on. I am running a batch file as a post-build step, which triggers the integration test. This batch file is testing only the Mssql. Now, I want to run another batch file simultaneously which is testing the oracle, and be