Do you need to run the same job on multiple OSes ? In that case you'd be better off using a matrix job<https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project> so that you only have to maintain one job configuration.
If you need multiple jobs that have small configuration differences, the job DSL plugin is ideal as you can write a template for the common part of the job config and then just add in the specifics for each job. On Wednesday, May 15, 2013 10:29:52 AM UTC-7, rakhee Kulkarni wrote: > > Hi Everyone, > > I am trying to launch several jobs on different platforms(OS) for the same > commit hash in git. Has anyone used the job DSL plugin? Any advise is > appreciated. I don't know if it matters but my Jenkins master and slaves > are hosted in Amazon EC2. > > Thanks, > Rakhee > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
