Re: Helping to improve the state of building IOS/Mac apps using jenkins

2013-11-20 Thread Jerome Lacoste
> > > On Wednesday, November 20, 2013 10:56:36 AM UTC+1, Jerome Lacoste wrote: > > Hello, > > If you are in any way interested in the future of building IOS/Mac apps > using jenkins, then you should participate to this thread. Please answer, > even in a few mon

Helping to improve the state of building IOS/Mac apps using jenkins

2013-11-20 Thread Jerome Lacoste
Hello, If you are in any way interested in the future of building IOS/Mac apps using jenkins, then you should participate to this thread. Please answer, even in a few months :) I've had various conversations with different parties off list and I would prefer to consolidate the conversations he

Re: Warning - the XCode plugin does not work with static libraries

2013-05-22 Thread Jerome Lacoste
Martin * is this issue opened in jira ? * would you be willing to provide a dummy test project for me to use as integration test ? Thanks Jerome On Saturday, December 8, 2012 12:20:24 AM UTC+1, Martin wrote: > > If you have a workspace containing a library, and a project that includes > the l

Re: Xcode Plugin: Unit test output stops

2013-05-22 Thread Jerome Lacoste
Greg, would you be willing to contribute a small xcode project that contains your tests and the associated build commands ? If so, please open an issue and attach a zip with the code or point to a git repo somewhere. Thanks Jerome On Wednesday, March 20, 2013 3:54:18 PM UTC+1, Greg Cooksey wr

Re: Does XCode plugin read environment vars?

2013-05-22 Thread Jerome Lacoste
On Wednesday, May 8, 2013 9:35:36 AM UTC+2, David Clark wrote: > Yeah, just looked, it does depend on token-macro. > David Sorry for the late answer, I batch my readings of this group... Keyword expansion had been implemented but not released. The plugin version that supports this feature was

Sharing files between master and slave (dropbox like)

2012-09-06 Thread Jerome Lacoste
I am trying to centralize on my master the list of files required for my various slaves. My current solution(s) including drawbacks are described below. Feel free to comment if you have a better alternative. Because of security reasons, I want to keep a minimal number of connections between my

Transcient error on slave: java.lang.NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer

2012-09-05 Thread Jerome Lacoste
For the record, I encountered the following exception on a slave on Amazon ec2 (Windows 2008 R2 64bits). Restarting the Jenkins service solved it. hudson.util.IOException2: remote file operation failed: c:\jenkins\workspace\Project-1.x-win32_wix at hudson.remoting.Channel@1325e8eb:ec2-windows

Windows slave in the cloud ?

2012-08-28 Thread Jerome Lacoste
Hei, As anyone tried using Windows Azure (or similar) to setup a Windows slave in the cloud ? I am not that comfortable having a cloud computer connect into my company network. I would prefer it the other way around... And Windows Azure Connect (for VPN) seems to require a Windows network to c

Unity3d plugin 0.3 released, synced with DragonBox official release

2012-06-13 Thread Jerome Lacoste
Hei fellow Jenkins users, So I just released the Unity3d plugin version 0.3 which fixes a problem encountered in distributed setup. This also coincides with the first patch submission for the plugin. Yeahh. Open source is cool. Today is also the day our product, DragonBox, a Math game (http://

Re: Jenkins dying regularly -- how to diagnose

2012-03-07 Thread Jerome Lacoste
On Tuesday, March 6, 2012 9:17:57 PM UTC+1, John Hinnegan wrote: > > We recently set up a Jenkins server on OS X. We had been using Jenkins > prior to this in the cloud, but decided it was worth it to just buy a > little machine to do our builds for us. Now our Jenkins is going > unresponsive -

Re: Recent LTS changes?

2012-03-07 Thread Jerome Lacoste
On Wednesday, March 7, 2012 9:25:22 AM UTC+1, Dirk Haun wrote: > > The changelog for the last couple of LTS releases is empty on the website: > > --- snip --- > What's new in 1.424.6 (2012/03/06) > > What's new in 1.424.5 (2012/03/05) > > What's new in 1.424.4 (2012/03/05) > > What's new in 1.424.3

Re: Upgrading Jenkins to 1.454 from the command line on Mac OS X caused file permission changes.

2012-03-06 Thread Jerome Lacoste
On Tuesday, March 6, 2012 12:22:09 PM UTC+1, Jerome Lacoste wrote: > > Today I upgraded jenkins on the command line using: > > sudo installer -pkg jenkins-1.454.pkg -target / > > This changed the permissions of the Jenkins home directory. I had to fix > them us

Upgrading Jenkins to 1.454 from the command line on Mac OS X caused file permission changes.

2012-03-06 Thread Jerome Lacoste
Today I upgraded jenkins on the command line using: sudo installer -pkg jenkins-1.454.pkg -target / This changed the permissions of the Jenkins home directory. I had to fix them using: chown -R jenkins:daemon /Users/Shared/Jenkins/ Is that a bug ? If not, what is the proper procedure t