CVS plugin - legacy mode is checked and it is not possible to switch it off

2012-06-06 Thread zakyn
Hi, I have two servers with Jenkins (same build, same version of all plugins including CVS plugin). I created one job which checkouts CVS as an alias and I do not use the legacy mode of cvs plugin. I have tried to import this job to the second server and the 1st build was OK. But the second one w

Re: jenkins bug: rootPOM disappears

2012-06-06 Thread Omertron
Agreed, I am seeing this issue too after the "upgrade" to 1.467 I have also experienced the loss of 90% of my jobs even though they still exist on disk On Wednesday, 6 June 2012 17:07:24 UTC+1, Andrei Pozolotin wrote: > > jenkns version 1.467 > > problem: > > project uses rootPOM path spec such

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 thi

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" wrote: > On Wed, 06 Jun 2012, Yi Wen wrote: > > Here is a screenshot of what I saw if that helps. thanks > > >http://cl.ly/2G1G3y3l1J1

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 su

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

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 tas

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 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 Output". using 0.3.0

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" wrote: > On Tue, 05 Jun 2012, Yi Wen wrote: > > Hi, > > > Has anybody be

jenkins bug: rootPOM disappears

2012-06-06 Thread Andrei Pozolotin
jenkns version 1.467 problem: project uses rootPOM path spec such as parent/child/pom.xml if you edit job config after change rootPOM entry looks fine after jenkins restart, if you edit job config now, rootPOM entry looks empty, despite appropriate entry is present OK in job/config.xml and job

Re: M2 Release Plugin + SVN

2012-06-06 Thread teilo
for webdav access if you configure jenkins & subversion to store credentials it should work (just don;t supply any username & password). For ssh access you are out of luck. /James On Jun 6, 3:33 pm, Daniel B wrote: > Does anyone know how to pass the jenkins saved credentials to the M2 > release

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: 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 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 complaining about

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 c

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 no

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" wrote: > Add "-Dusername=releaseuser" to the command line (if different from the user >

Re: support for eclipse PSF (project set files)

2012-06-06 Thread Simon Haegler
> > > the question is: how to start? should i look at a kind of meta-scm > plugin or > > rather directly enhance the existing scm plugins? > > any input is welcome! > > I've read your message twice and it still isn't clear to me what > you're trying to accomplish. Can you provide a use case f

RE: New guy questions

2012-06-06 Thread Alex Earl
You can setup your builds to do SCM polling, which will, on a schedule you determine go look to see if there are changes in the SCM. If there are no changes, it won't build the project, if there are changes it will update the local copy and execute the build steps. You need to install a plugin for

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 dete

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: Setting assignedNode and canRoam of a project programmatically

2012-06-06 Thread Dirk Kuypers
Hi Vincent (and others), it only works for one assignedNode. I can not figure out what to to if I want to assign two label expressions as in may case. The job shall run on all machines with the label unit-tests and master assigned. If I use it as follows: job.setAssignedLabel(new hudson.model.lab

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 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 layout than the eclipse >

Re: Constantly logged out of Jenkins when using Chrome

2012-06-06 Thread Thomas Fields
Not seen any updates. Does any one else have the same problem? On Friday, 27 April 2012 13:40:45 UTC+1, Thomas Fields wrote: > > Hi there, > > I'm using Jenkins 1.461 and ever since I enabled matrix based security I > keep getting logged out of Jenkins. Here's a typical sequence of events: > > 1)

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 usi

Re: Unable to see Jenkins' verbose mode output

2012-06-06 Thread Roshan Dawrani
On Tue, Jun 5, 2012 at 9:42 AM, Roshan Dawrani wrote: > > I am using Jenkins 1.461 with "git" plugin 1.1.18 (confirmed using > /pluginManager). > > I have run Tomcat with "-Dhudson.plugins.git.GitSCM.verbose=true", but > nowhere in the Jenkins job specific logs I am seeing the verbose output > com

RE: Using Groovy to manipulate the dependency graph

2012-06-06 Thread HARDION Vincent
Hi, This snippet could help you : def updateJobBuildTrigger(upstreamArtifactId, job, jobname){ if (job != null){ def pl = job.publishersList def bt = pl.get(hudson.tasks.BuildTrigger.class) def triggeredJob = bt?.childProjectsValue ?: "" // Recreate the new value o