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

How to upgrade matrix-auth plugin?

2013-11-20 Thread dennys
I use Jenkins 1.539 and I just modified the matrix-auth plugin and put it in plugins directory. But when I restart Jenkins, it always rollback the plugin to the version in jenkins.war. Could anybody tell me how to change the matrix-auth plugin? -- View this message in context:

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 months :) I've had various conversations

Re: Installing jenkins in a custom directory in ubuntu

2013-11-20 Thread Manish Singh
Hmm Ok. Basically I basically wanted the JENKINS_HOME directory to be different and mounted on a bigger hard drive. So I did a default install of jenkins, with updates everything working then changed the JENKINS_HOME directory the the newly mounted bigger hard drive. The file that I changed is

Build failing with Timer already cancelled

2013-11-20 Thread John Lavoie
Hi everyone, We recently upgraded to 1.509.4, updated all plugins, and installed/configured the Port Allocator plugin so that we can run Emma code coverage without all builds trying to use the same port. Most of our builds are running with no problem, but we have one build that suddenly started

After failed upgrade, restarting Jenkins keeps upgrading GIT plugin

2013-11-20 Thread Todd
Hi all, We're running Jenkins version 1.502. After a failed upgrade of the Jenkins GIT plugin from version 1.2.0 to 2.0, we downgraded back to version 1.2.0 by hand by following these stepshttps://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Byhand. The problem we're having is each

Linux master, windows slave, slave doesn't get the correct git path

2013-11-20 Thread chbrosso
Hello, After deciding to give Git plugin 2.0 a try, see issues and roll back to 1.1.26, I can't make my slave work correctly. It's a windows 7 box, with latest msysgit installed (1.8.3). Jenkins has 2 paths for git, /opt/bitnami/git/bin/git for the master's git, and C:\Program Files

customizing jenkins console output

2013-11-20 Thread er gt
I need to see only warnings and errors in the console output. I want to get rid of all infos. Is there a way of customizing the console output? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: Linux master, windows slave, slave doesn't get the correct git path

2013-11-20 Thread chbrosso
On Wednesday, November 20, 2013 5:17:07 PM UTC+1, chbr...@lltech.fr wrote: Hello, After deciding to give Git plugin 2.0 a try, see issues and roll back to 1.1.26, I can't make my slave work correctly. It's a windows 7 box, with latest msysgit installed (1.8.3). Jenkins has 2 paths for git,

Re: How do you deploy web apps with Jenkins?

2013-11-20 Thread Owen B. Mehegan
We use Puppet and Mcollective to deploy the 30-40 components of our distributed architecture, with all code wrapped in a common packaging format (something we rolled in-house for our specific use case). Here's a quick overview of how it works: Puppet has a concept of facts about each host,

Windows Slave - Errors Executing Concurrent Builds

2013-11-20 Thread John Hangey
Hi Everyone, I am running a Jenkins Slave on a Windows Server, and have a job that fires 4 other jobs. The 4 other jobs essentially run a windows batch command to launch a .bat file that executes an application on the slave. About 1/10th of the time I try to run it, all 4 instances of the

Copying artifacts to slaves

2013-11-20 Thread Daniel Laird
All, I was wondering if anyone knows what happens when you copy artifacts to a slave and the network goes down? We seem to have a slightly unreliable network at my work place and some users are concerned that if I copy an artifact to a slave unit and the network fails during the copy that we

svn plugin: access build script resources that are above current workspace level

2013-11-20 Thread Michael
I would like to reduce file duplication by moving a couple of rake build script dependencies to a parent dir level like this: Current hierarchy: /svn/xcodeprojects | |-- /svn/xcodeprojects/proj1 | | | |-- branches | | | |-- tags | | | |-- trunk | ` | | |-- Rakefile |

Re: svn plugin: access build script resources that are above current workspace level

2013-11-20 Thread Daniel Beck
Use SVN externals to reference the central scripts in each of the project folders. On 20.11.2013, at 20:34, Michael taomaili...@gmail.com wrote: I would like to reduce file duplication by moving a couple of rake build script dependencies to a parent dir level like this: Current hierarchy:

Re: Windows Slave - Errors Executing Concurrent Builds

2013-11-20 Thread Richard Bywater
When you've done your testing have you been executing the four jobs simultaneously? (i.e. not start one, then the other, then the other, etc.) Reason I ask is, is it possible that the application in question has some kind of race condition when starting which is getting tripped every now and then

Re: svn plugin: access build script resources that are above current workspace level

2013-11-20 Thread Michael
That worked smashingly, thank you. Michael Hanna On Wednesday, November 20, 2013 2:39:58 PM UTC-5, Daniel Beck wrote: Use SVN externals to reference the central scripts in each of the project folders. On 20.11.2013, at 20:34, Michael taoma...@gmail.com javascript: wrote: I would