SVN revision number inconsistency between build page and environment variable

2012-06-03 Thread pmon
Hi I have an annoying problem, I would be happy to get ideas about how to solve it. I have an SVN repository, let's say http://myserver/myrepo For my job, I check out the source from this repo: http://myserver/myrepo/trunk Let's say, that between two builds two revisions has been created in the

Re: Is there a way to copy "Monitor External Jobs" Dashboard display from Solaris Jenkins to Windows Jenkins?

2012-06-03 Thread Prootwadl
On Jun 1, 6:49 pm, Les Mikesell wrote: > On Fri, Jun 1, 2012 at 4:18 PM, Prootwadl wrote: > > > This setup works for me as long as I use Firebox on that box to point > > tohttp://127.0.0.1:8080and pipe the display via X through the tunnel > > created by PuTTY. > > Not sure I completely followed

Re: hudson.util.IOException2: Failed to join the process

2012-06-03 Thread Arun Kumar
Thank you Jesse.. I will read and will decide.. Best Regards, Arun On Fri, Jun 1, 2012 at 7:55 PM, Jesse Farinacci wrote: > Greetings, > > On Fri, Jun 1, 2012 at 9:59 AM, Arun Kumar wrote: > > i recently heard abt jenkins.. same in my team too.. Can anybody tell me > > what are the new feature

Re: Trigger downstream jobs depending upon the some input parameter

2012-06-03 Thread Arun Kumar
Oh Thanks Brian.. It dint occur to me in your earlier response.. sorry for that.. Now its making sense.. Depending upon the condition i will inject the jobname to a variable and that variable will trigger the Job... Perfect.. Thanks a lot. Best Regards, Arun On Saturday, 2 June 2012 17:24:24 U

Re: nodeofflinenotification plugin

2012-06-03 Thread Sami Tikka
You probably need to install a newer version of Jenkins. The Manage Plugins page in Jenkins does tell you if a plugin depends on a newer Jenkins than you are running. Usually those warnings are there because the plugin does not work if loaded in an older Jenkins. -- Sami Suri kirjoitti 30.5.20

Re: Customizing Jenkins UI

2012-06-03 Thread Kamal Ahmed
Geetha, Get the source code and modify it, as far as understanding the code itself, you have to be able to read it and make sense of it. Also your requirements need more details to be able for you to know what you need to accomplish. > > From: geetha >To: Jenk

How do I generating unique snapshots with gradle and Jenkins?

2012-06-03 Thread Yair Halevi
I'm trying to build a CI workflow in my company, using Gradle, Jenkins and Artifactory. I'm new to all of these, so there's a chance I'm asking trivial questions. I've setup my repository to use unique snapshots, which require the versions to have a 14 digit timestamp. For example: 1.0.0-20120

RE: git on jenkins

2012-06-03 Thread Alex Earl
The git plugin should do what you want. Jenkins uses git heavily for development so the plugin is very stable. Sent from my Windows Phone -- From: ibiiztera Sent: 6/3/2012 5:31 AM To: jenkinsci-users@googlegroups.com Subject: git on jenkins how can i use a git reposito

git on jenkins

2012-06-03 Thread ibiiztera
how can i use a git repository with jenkins? should i use hudson instead?