Re: how to trigger one job if two other succeeds?

2013-02-23 Thread Deeps
Use Build Result Trigger Plugin On Friday, 22 February 2013 12:20:44 UTC+5:30, Kenneth Nielsen wrote: > > Hi all, > > I have a myriads of small jobs in Jenkins, to get fast feedback for my > projects. > And I have two big on

Re: How to handle project dependencies?

2012-10-09 Thread Deeps
I'm a beginner so just putting my opinion out there. You could use a single job if all the code repository is the same. This way you won't have to move artifacts around much. OR Whichever projects are directly interdependent (those that require the other's binarys) - combine them in one job, k

Re: Server config is getting messed up!!

2012-10-02 Thread Deeps
Hi, I had a similar problem with ANT, JDK, MSBuild installation configs (all of which were already installed and i had added the proper paths to each) when i upgraded Jenkins. *I was also experimenting with the files so even the uninstall and install had stopped working and the Jenkins service

Re: C#/ C++ builds on windows

2012-09-19 Thread Deeps
1. I would suggest setting the project dependency if you're using an IDE like Visual Studio. 2. Otherwise you can very well point multiple jobs to point to a single custom workspace if that is fine with you and you can also get all the binaries in the same output folder if that is what you wish

JENKINS CVS PLUGIN

2012-09-06 Thread Deeps
Hi, Is there a way in which i can use a parameter specified at run time for CVS_BRANCH? I'm running Jenkins version 1.475 and CVS Plugin version 1.6. If not, can it please be included. I'm doing a cvs checkout and then in my build step i'm using the CVS_BRANCH to run some shell commands through