Hello,
sorry some additional informations. I tried to realize this mainly with this plugins: - NodeLabel Parameter Plugin <https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin>- Parameterized Trigger Plugin <http://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Remote+Trigger+Plugin> 1 jenkins master (1.625.3) 2 windows 7 slaves ( connected and started over JLNP): - slave1 - slave2 3 job: (TestStarter -> FlashEcu -> TestEcu) DownstreamTrigger of Job Test_Starter DownstreamTrigger of Job FlashEcu master| Test Starter Slave1 | FlashEcu Slave1 | TestEcu Slave2 | FlashEcu Slave2 | TestEcu … .. the job will be triggered on the special slave depending on the parameter CurrentVariant(Variant1-3 runs on slave 1,Variant4 runs on slave2) This work generally fine but the test takes much time, so it would be nice if the test job(FlashEcu & TestEcu) can run parallel on the 2 or more slaves. I have tried it with the *Throttle Concurrent Build plugin, **but it worked not really parallel the FlashJob will be blocked till it has ended.* *Can anyone help me or give me a hint?* *Best Regards* *Ingo* On Thursday, January 14, 2016 at 2:26:51 PM UTC+1, Lampe, Ingo wrote: > > Hello, > > > > I have the following problem > > > > > > 1 jenkins master (1.625.3) > > > > 2 windows 7 slaves ( connected and started over JLNP): > > - slave1 > > - slave2 > > > > 3 job: (TestStarter -> FlashEcu -> TestEcu) > > > > > > > > DownstreamTrigger > of > > Job Test_Starter > > DownstreamTrigger > of > > Job FlashEcu > > > > master| Test Starter > > > > Slave1 | FlashEcu > > Slave1 | TestEcu > > Slave2 | FlashEcu > > Slave2 | TestEcu > > … > > .. > > > > > > the job will be triggered on the special slave depending on the parameter > CurrentVariant(Variant1-3 runs on slave 1,Variant4 runs on slave2) > > > > This work generally fine but the test takes much time, so it would be nice > if the test job(FlashEcu & TestEcu) can run parallel on the 2 or more > slaves. > > > > I have tried it with the *Throttle Concurrent Build plugin, **but it > worked not really parallel the FlashJob will be blocked till it has ended.* > > > > *Can anyone help me or give me a hint?* > > > > *Best Regards* > > > > *Ingo* > > > > > > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/163d40d4-4303-4593-935a-1f6018f861d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
