Re: Cannot display dependency graph

2012-10-08 Thread Baptiste Mathus
No. Domi is speaking about the jenkins UI, in the admin page where you can configure everything graphically. Even if dot seems to be correctly present in the PATH, try to explicitly configure dot binary path inside jenkins. This way you'll see if it only seems to be related to finding the binary

How to handle project dependencies?

2012-10-08 Thread Kenneth
I'm trying to setup jenkins to monitor a solution with C++ and C# in multiple solutions, but in one repository. (VS 2005 and .NET 2.0) How should I configure jenkins to build and test it? my suggested alternatives are: a) one job for each solution? - rather large jobs b) one job for each

Re: Cannot display dependency graph

2012-10-08 Thread Hez
Hi Hmmm .. there is no luck, Jenkins is still not display the dependency graph after I added an environment variable PATH=/usr/bin:$PATH in Jenkins system configuration UI. To verify that Jenkins can access the dot command, I tested with a job which execute a shell command 'dot -V'

jenkins command line - Failed to authenticate with your SSH keys

2012-10-08 Thread sandy
I have setup Jenkins master on Linux. The service is owned by user 'jenkins'. I added one slave node (Mac OS X) and assigned a job to it. The build on this slave node is run by user 'buildfarm'. I have established passwordless ssh between master and slave for user 'jenkins', which now can ssh

Re: jenkins command line - Failed to authenticate with your SSH keys

2012-10-08 Thread sandy
Is there any difference in the authentication for UI and Command line? I'm using Jenkins version 1.483. On Monday, October 8, 2012 3:16:43 PM UTC+5:30, sandy wrote: I have setup Jenkins master on Linux. The service is owned by user 'jenkins'. I added one slave node (Mac OS X) and assigned a

Re: Error 404 on latest jenkins download

2012-10-08 Thread Julien HENRY
Hi, I have the same issue for fedora rpm: http://pkg.jenkins-ci.org/redhat/jenkins-1.485-1.1.noarch.rpm (redirect to http://ftp-nyc.osuosl.org/pub/jenkins/redhat/jenkins-1.485-1.1.noarch.rpm) Regards, Julien De : Ravi Teja Lokineni

Re: How to handle project dependencies?

2012-10-08 Thread Larry Shatzer, Jr.
I use one job per project, and use NuGet (http://nuget.org/) to store artifacts and depend on them. There is no auto dependency feature for triggering dependency jobs. I've manually set them up. On Mon, Oct 8, 2012 at 12:33 AM, Kenneth kenneth.f.niel...@gmail.comwrote: I'm trying to setup

RE: How to handle project dependencies?

2012-10-08 Thread Todd Greer
Kenneth wrote: I'm trying to setup jenkins to monitor a solution with C++ and C# in multiple solutions, but in one repository. (VS 2005 and .NET 2.0)   How should I configure jenkins to build and test it?   my suggested alternatives are: a) one job for each solution? - rather large jobs

Global Job Configuration

2012-10-08 Thread Chris Wozny
All, I was wondering if it is possible to have a single job configuration for multiple jobs or even specify certain sections such as Poll SCM settings, Pre-build steps, etc for multiple jobs. We're currently using the ClearCase plugin and we'd also like to be able to specify a single config

Re: Global Job Configuration

2012-10-08 Thread Gareth Bowles
Take a look at the Job DSL pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin- it's pretty new so you may need to extend the code yourself, but it will do exactly what you're asking. On Monday, October 8, 2012 9:29:39 AM UTC-7, Chris Wozny wrote: All, I was wondering if it

Re: Error 404 on latest jenkins download

2012-10-08 Thread Grant Limberg
Same issue here in CentOS Error Downloading Packages: jenkins-1.485-1.1.noarch: failure: jenkins-1.485-1.1.noarch.rpm from jenkins: [Errno 256] No more mirrors to try. Grant Limberg glimb...@gmail.com On Mon, Oct 8, 2012 at 6:49 AM, Julien HENRY henr...@yahoo.fr wrote: Hi, I have the

RE: Global Job Configuration

2012-10-08 Thread Hickel, Kelly
The Configuration Slicing PlugIn is also pretty good for modifying existing jobs. https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin -Kelly From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gareth Bowles Sent: Monday,

Re: How to handle project dependencies?

2012-10-08 Thread Kenneth
It sounds good, but appearntly NuGet doesn't support Visual Studio 2005. ;-( Den mandag den 8. oktober 2012 16.06.06 UTC+2 skrev Larry Shatzer, Jr.: I use one job per project, and use NuGet (http://nuget.org/) to store artifacts and depend on them. There is no auto dependency feature for