Jenkins with Calabash

2014-09-26 Thread cameron . marshall217
Hi All, I use Calabash-iOS for my iOS app automated tests. I wrap the Calabash commands in Jenkins. Everything was working fine with this configuration: Jenkins version: 1.548 XCode version: 5.1 Calabash version: 0.9.168 OS: Mavericks 10.9.5 iOS version: 7.1 I just recently upgraded Calabash

Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
Hi All, Is there a Jenkins plugin (doesn't necessarily have to be a plugin) or an efficient way to minify javascript? I would like to just have a plug-in of some kind to just minify all javascript in the workspace that has been checked out from SVN. I haven't been able to find anything that is

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
It might be worth me noting that I am running on a Mac (with Mavericks). I noticed that there is a NodeJS Jenkins plug-in. Has anyone had any success with this plugin? On Wednesday, May 14, 2014 12:59:11 PM UTC-7, cameron.m...@gmail.com wrote: Hi All, Is there a Jenkins plugin (doesn't

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
Thanks for the reply, Richard. I will look into YUICompressor. On Wednesday, May 14, 2014 3:57:58 PM UTC-7, Richard Bywater wrote: Personally I think thats better running as a build step. e.g. using YUICompressor or another tool. Richard. On Thu, May 15, 2014 at 10:51 AM,

Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread cameron . marshall217
Hi All, I have a master-only configuration on OS X due to developing iOS apps, etc.; however, I need to also create some build jobs for .NET projects as well. I am looking at creating a VM on my Mac and then setting up a master/slave configuration with the master being on the Mac side and the

Re: Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread cameron . marshall217
Thanks for the reply, Curtis! We use VMware vSphere for our VMs, so we should be able to do the VM configuration. It's good to know that you're doing this as well. I'll give this a go. On Monday, April 7, 2014 2:24:37 PM UTC-7, Curtis Kline wrote: Hello, I do this in my test environment.