Re: How to handle project dependencies?

2012-10-08 Thread Larry Shatzer, Jr.
http://stackoverflow.com/questions/7555883/using-nuget-with-visual-studio-2005 looks like someone got it to work, kinda. Before I had NuGet implemented, I use the artifact copy plugin to copy the dll's to the right directories for it to compile. (bin/Debug or something like that). On Mon, Oct 8,

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 >

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, October

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 wrote: > Hi, > > I have the same issue for

Re: Global Job Configuration

2012-10-08 Thread Gareth Bowles
Take a look at the 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

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 spe

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 larg

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 wrote: > I'm trying to setup jenkins to monitor a solution wi

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 >À : jenkinsci-users@go

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

Re: Error 404 on latest jenkins download

2012-10-08 Thread Ravi Teja Lokineni
Attaching screenshot <>

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 t

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' successf