how to manage project dependencies with jenkins?

2012-09-23 Thread Kenneth
Hi All, I have a fairly large solution, with multiple projects within it, (On Windows, with C++ and C#) and am struggeling with how to build them in jenkins. Basically I want a job for each project in my visual studio solution, but am having trouble with succeeding to have jenkins do that.

Re: How to build robust pipeline with multiple entry points?

2012-09-23 Thread krishna chaitanya kurnala
Recommend you to adapt/use the Build Promotion Plugin in your piepline, we can have manual interventions to "promote" Builds, instead of complicating the pipeline Some ideas I can think for the Issues mentioned below are: 1) have a higher quiet period in jenkins or a longer polling schedule(polli

Re: Structuring builds for a large project

2012-09-23 Thread Kenneth
Hi Kayode, please let me know how you progress. I am facing a similar challange and have not figured out how to get it to run. my problem is projects that use other projects, in C++ terms link. thanks Kenneth On Saturday, September 22, 2012 1:42:31 PM UTC+2, Kayode Odeyemi wrote: > Hello all

How to build robust pipeline with multiple entry points?

2012-09-23 Thread Nigel Charman
We are having problems with multiple pipeline instances running at the same time, resulting in jobs running out of order. Our development pipeline looks like this: backend-build -> backend-deploy -> common-build -> appA-build -> appA-deploy -> appA-test

Re: Jenkins GitHub Integration

2012-09-23 Thread krishna chaitanya kurnala
Hi Ramesh Try doing a wget on the github url to verify there is no Firewall blocking access to port 80. Also, the URL you give in Jenkins Job should be the ssh url. hope, that helps. you can even try a git clone from command line. Thanks, Krishna Chaitanya On Sun, Sep 23, 2012 at 6:52 AM, Ram

Re: Build a Project based on a criteria

2012-09-23 Thread Grégory Boissinot
An other approach could be to configure these other projects to schedule a new build if the response from a URL call has changed from the previous response. This behavior enables you to poll URLs with a 2-hour period. URLTrigger Jenkins plugin can achieve this feature. On Fri, Sep 7, 2012 at 6:47

Jenkins GitHub Integration

2012-09-23 Thread Ramesh Ankam
Hello Group, I installed Jenkins 1.4.x on Linux/Tomcat6. We have our code base in GitHub, we are unable to get clone the workspace for public and private GitHub repositories. I receive following error when repo url is added to Git option in Source Control. Any suggestions on how to fix the pro

Re: jenkins-maven-android when running throwing the error "android-sdk-linux/platforms" is not a directory"

2012-09-23 Thread Christopher Orr
Just to complete this thread, it was resolved on StackOverflow (well, the Ubuntu version) as being a permissions issue: http://askubuntu.com/q/190938/91943 On 09/22/2012 04:17 AM, sam wrote: paste bin http://pastebin.com/Dwe7hjXm On Saturday, September 22, 2012 11:31:02 AM UTC+9:30, sam wrote

Re: [ANN] Project meeting at Jenkins User Conference -- call for agenda

2012-09-23 Thread domi
Do you want the suggestions entered right in the wiki or as response to this mail? Domi On 22.09.2012, at 20:13, Kohsuke Kawaguchi wrote: > > As you may or may not know, the Jenkins project has a bi-weekly IRC meeting > where we discuss and decide on things necessary to keep the project runn