You can also use ant or python or perl build step because they are cross-platform too.
I use ant myself because it is easy because jenkins can auto install ant. -- Sami Les Mikesell <lesmikes...@gmail.com> kirjoitti 29.8.2012 kello 20.44: > On Wed, Aug 29, 2012 at 11:38 AM, bearrito > <j.barrett.straus...@gmail.com> wrote: >> Why the insistence on single job? >> >> Jobs are cheap in Jenkins and it doesn't make sense to couple building >> binaries that don't have anything to do with one another except the source. >> >> I would have a job per binary. I would run them all in parallel using either >> the Join Trigger Plugin or the BuildFlow Plugin. > > A matrix build should work too, if you can come up with a wrapper > script that you can run with the xhell or groovy plugins so you can > execute the same command on all platforms to do the build. But I'm > not sure there is that much advantage over separate jobs polling for > scm changes. > > -- > Les Mikesell > lesmikes...@gmail.com