RE: SVN revision number inconsistency between build page and environment variable

2012-06-06 Thread Matthew.Webber
I think this is a consequence of the way subversion works. A subversion checkout of part of the repo (eg trunk/) has two revision numbers associated with it - the current revision number for the item (directory, file, whatever), and the last changed revision number. You can see these by using

Re: support for eclipse PSF (project set files)

2012-06-06 Thread Jesse Farinacci
Greetings, On Tue, Jun 5, 2012 at 8:01 AM, Simon Haegler simon.haeg...@gmail.com wrote: i am planning to write or extend a scm plugin with support for eclipse project set files. psf's are an easy way to populate an eclipse workspace if the source code repository has a different directory

Re: Using Groovy to manipulate the dependency graph

2012-06-06 Thread Carlton Brown
Thank you for this. On Wed, Jun 6, 2012 at 3:03 AM, HARDION Vincent vincent.hard...@synchrotron-soleil.fr wrote: Hi, This snippet could help you : def updateJobBuildTrigger(upstreamArtifactId, job, jobname){ if (job != null){ def pl = job.publishersList def bt =

Re: New guy questions

2012-06-06 Thread louwho
I appreciate that I am getting responses to my posting...but I am not getting answers. Are there libraries somewhere with config.xml files that are specific to .Net builds that I can look at? I have been searching for Jenkins, should I be searching for Hudson examples also? If the build

Re: M2 Release Plugin + SVN

2012-06-06 Thread Daniel B
Does anyone know how to pass the jenkins saved credentials to the M2 release plugin, rather than specifying the username and password in the build parameters? Thanks Dan On May 21, 11:27 am, Nord, James jn...@nds.com wrote: Add -Dusername=releaseuser to the command line (if different from the

Simple unix command not working in Execute Shell on windows

2012-06-06 Thread Pyderman
Hi folks, Looking to set up a job to run a short bash script on a Windows 7 box. Cygwin is present and correct. Firstly I had a script with 5 or 6 lines, and when called it from the Execute Shell, I was getting problems complaining about Windows paths when it was expecting cygwin paths. This is

Re: New guy questions

2012-06-06 Thread Mark Waite
You may want to first explore the user interface and the available plugins before worrying about XML files and internal details. We build a family of SharePoint products with Jenkins, including Debug build, Release build, automated test with virtual machine revert, and more.  Jenkins is quite

Re: Simple unix command not working in Execute Shell on windows

2012-06-06 Thread Slide
On Wed, Jun 6, 2012 at 7:41 AM, Pyderman evanphe...@gmail.com wrote: Hi folks, Looking to set up a job to run a short bash script on a Windows 7 box. Cygwin is present and correct. Firstly I had a script with 5 or 6 lines, and when called it from the Execute Shell, I was getting problems

can not file bugs

2012-06-06 Thread Andrei Pozolotin
people running jenkins-ci servers: I can not file jenkins bugs: https://jenkins-ci.org/account I can not remember my login, and password reset email never comes back; can you please reset for me the account andrei_pozolotin ?

Re: ANSI color plugin

2012-06-06 Thread Yi Wen
Thanks for the reply. Yes I do run with --color. Is there any special things you need to do to get going? I just checked the Color Ansi Console Output. using 0.3.0. Is it enough? Thanks On Jun 5, 11:53 pm, R. Tyler Croy ty...@monkeypox.org wrote: On Tue, 05 Jun 2012, Yi Wen wrote: Hi, Has

Re: ANSI color plugin

2012-06-06 Thread Yi Wen
Here is a screenshot of what I saw if that helps. thanks http://cl.ly/2G1G3y3l1J1T3b3B2828 On Jun 6, 11:22 am, Yi Wen ywen.git...@gmail.com wrote: Thanks for the reply. Yes I do run with --color. Is there any special things you need to do to get going? I just checked the Color Ansi Console

Re: ANSI color plugin

2012-06-06 Thread R. Tyler Croy
On Wed, 06 Jun 2012, Yi Wen wrote: Here is a screenshot of what I saw if that helps. thanks http://cl.ly/2G1G3y3l1J1T3b3B2828 Interesting, so it looks like ANSI Color is working properly since the bundler invocation colors the line. Are you running out of a Rakefile and using a rake task

gradle build not executed

2012-06-06 Thread Ken Krebs
I'm having difficulty getting my freestyle Jenkins job to execute my Gradle build. After it checks out the code from SVN it simply finishes : SUCCESS without attempting to execute the build.gradle in the root of the project. I have configured the job to use a local installation of 1.0 rc-3 and to

Deploy Plugin Mystery/Question....

2012-06-06 Thread Phil Beiler
I have successfully used the Deploy plugin (over a year ago) in a different environment, but am having some issues today... I'm using the most current build of Jenkins and all plugins up-to date, running on RHEL... This is a muli-module maven-based project... and the WAR is being deployed

Re: ANSI color plugin

2012-06-06 Thread Yi Wen
I use Rspec::RakeTask for making the task. I also tried the exact rspec command in a terminal directly. It outputs the color... On Jun 6, 1:46 pm, R. Tyler Croy ty...@monkeypox.org wrote: On Wed, 06 Jun 2012, Yi Wen wrote: Here is a screenshot of what I saw if that helps. thanks

Re: user defined axis

2012-06-06 Thread Brian J. Murrell
On 12-06-05 05:50 AM, Arun Kumar wrote: Hi, Hi, *Parameters:* * * fruits=apple banana coconut Configuration Matrix : User-defined Axis Name : PRODUCTS Values : $fruits Build Execute shell Command : build ${PRODUCT} Do you mean something along the lines of this: