request on version Jenkins ver. 1.494 upgrade

2013-01-23 Thread bala nageswar Chadalavada
Hi Slide thanks a lot.i will chek on that now we are planning to move from 1.494 to Latest version of jenkins we have 1) Linux Environment path located under opt /apachetomcat/webapps Now if we upgrade it to new version of jenkins do we need re-configure the LDAP Settings and all what about

Antwort: request on version Jenkins ver. 1.494 upgrade

2013-01-23 Thread Andreas Schilling
Bala, I already told you on the Sonar list, now I'll repeat this on the Jenkins list as well. Mailing lists are not some sort of "dump-your-problems" facility. Seriously. Usually one should do the following before approaching others: - get the basics straight. The basics and also advanced topic

Re: request on version Jenkins ver. 1.494 upgrade

2013-01-23 Thread bala nageswar Chadalavada
OK Andreas. Once again i regret the inconvience to all thanks bala On Wed, Jan 23, 2013 at 1:55 PM, Andreas Schilling < andreas.schill...@twt-gmbh.de> wrote: > Bala, > > I already told you on the Sonar list, now I'll repeat this on the Jenkins > list as well. > Mailing lists are not some so

PostBuildScript plugin with token-consumer supported?

2013-01-23 Thread intelchen
Hi all, May I get some helps from you? We are using PostBuildScript plugin, but we find that tokens generated by token-producers plugin( such as findbugs/checkstyles ) is not OK in this PostBuildScript . So my questions are 1. how to add token-producers supported in PostBuildScript ? 2.

Windows Slave Error - The handle is invalid.

2013-01-23 Thread Ronan Mulvaney
We are experiencing a complete breakdown of all our master/slave connections after the upgrade to 1.499 All slaves are Windows 2008 64bit and are controlled from the Master via "*Let Jenkins control this Windows slave as a Windows service*". All are experiencing the error Checking if Java exi

Re: Is it possible to let the jobs roam in a node cluster?

2013-01-23 Thread liam.j.bennett
Any chance of open sourcing it? On Tuesday, January 22, 2013 10:57:52 PM UTC, Stephen Connolly wrote: > > My employers have an enterprise plugin that implements an even load > strategy, whereby unused slaves are preferred to slaves where the project > previously built. > >

irc plugin notification strategies - new use case?

2013-01-23 Thread Tim Pizey
Hi, I have just started a new job, so have set everything up from scratch: ubuntu/jenkins and (new to me) jenkins-python and git. I have installed a local irc server and the irc plugin and everything is so close to perfect that I want to scratch the final itch: the irc notification appears to be

Re: Job Queue and parallel batch commands

2013-01-23 Thread William Soula
For number one you could also look at the locks and latches plugin and assign each job to have the same lock so only one will run at a time. https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin Or the Throttle Concurrent Builds plugin which supposedly replaces the locks and latc

Re: Is it possible to let the jobs roam in a node cluster?

2013-01-23 Thread Stephen Connolly
Not my call. On 23 January 2013 12:13, liam.j.bennett wrote: > Any chance of open sourcing it? > > > On Tuesday, January 22, 2013 10:57:52 PM UTC, Stephen Connolly wrote: >> >> My employers have an enterprise plugin that implements an even load >> strategy, whereby unused slaves are preferred t

Re: assignedNode in config.xml

2013-01-23 Thread cjo
You will also need to alter the canRoam element from true to false as this controls whether project can be built on any node, or just ones matching the labels. true --- use any nodes false --- use defined nodes/labels only Chris On Tuesday, January 22, 2013 11:13:24 PM UTC, JohnA wrote: > > R

Poll only one SVN repo

2013-01-23 Thread Baruch Burstein
I have a Jenkins project that pulls from two SVN repos (into two seperate directories). I want to poll just one of them , but can't find such an option. Is this possible?

Re: Error on connecting with a Windows Slave - quick question

2013-01-23 Thread Chanda Unmack
I have this working in my setup but I don't remember changing the jnlp port; I have both running as a service on the windows slaves. I made sure the root fs was different for each instance of Jenkins, modified the jenkins-slave.xml on the slave to change the name & id of one of the services and ma

Re: AbstractTestResultAction#getFailedTests()

2013-01-23 Thread Nalin Makar
Ping! Any information/suggestions would help. On Mon, Jan 21, 2013 at 10:57 PM, Nalin Makar wrote: > Hi, > > I have a question regarding > https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java#L191 > > AbstractTestResultAction is des

Re: AbstractTestResultAction#getFailedTests()

2013-01-23 Thread Dean Yu
Here's the commit where this was added: https://github.com/jenkinsci/jenkins/commit/f9823e39d17debd2e914ce13cdeec3b43581f09e I would call this a case of poor abstraction. Seems like the signature should return List. -- Dean From: Nalin Makar mailto:nalin.ma...@gmail.com>> Reply-To: "jenkins

disabled job and yet able to run - quick question

2013-01-23 Thread zw
Hi All In a job's config.xml, we modified disabled tag value from false to true. We "enabled" job from the web UI interface. We ran the job successfully. We remodified the config.xml disabled tag to value true. We went back to the UI web interface. We can still run the job. Is this a bug ? When i

Re:disabled job and yet able to run - quick question

2013-01-23 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
It is never automatically read, except on Jenkins startup. Reading it all the time would be very expensive. If you need config.xml changes to take effect, you'll need to tell Jenkins to reload its configuration from disk (which can be done from the Manage Jenkins page). - Original Message -

Re: Error on connecting with a Windows Slave - quick question

2013-01-23 Thread Vincent Latombe
Check the host name in the slave configuration of your slave slave4_windows. I doubt your machine is named like that. Vincent 2013/1/23 Chanda Unmack > I have this working in my setup but I don't remember changing the jnlp > port; I have both running as a service on the windows slaves. > > I m

Jenkins fails to send email

2013-01-23 Thread Chris Jones
This same Jenkins installation is acting really weird -- sometimes the "Loading" overlay doesn't disappear, covering the configuration screen and preventing me from making changes. If I restart Jenkins, sometimes it works. It's been acting that way ever since I installed it yesterday. System is Red

RE: disabled job and yet able to run - quick question

2013-01-23 Thread Merrow, Frank
I do not have the information to answer your question as you have asked it . . . However, reading between the lines . . . if you are trying to modify a job from a script . . . google "python Jenkins". That module provides an interface that allows you to do all kinds of things to jobs from Pytho

Re: assignedNode in config.xml

2013-01-23 Thread J Arrizza
Thanks Chris! Works like a charm. I am using this set of scripts to migrate 700+ jobs from Hudson to Jenkins, so this was a show stopper. John On Wed, Jan 23, 2013 at 6:08 AM, cjo wrote: > > You will also need to alter the canRoam element from true to false as this > controls whether projec

[RFC] any idea for give-aways

2013-01-23 Thread Kohsuke Kawaguchi
In the project meeting today, we had a conversation about what give-aways to make for this year. In the past several years we made 3"x3" stickers, and while those are still very popular, I thought it might be fun to see if we can make something else as well. Ideally it'd be not too expensive, and

Re: How to change slave port number on command line to connect to a slave - quick question

2013-01-23 Thread Vincent Latombe
2013/1/23 zw > com.youdevise.hudson.slavestatus > > Remove the slave status plugin Vincent

upgrade jenkins version

2013-01-23 Thread Rafael Martinez
Hi I would like to know how I can upgrade to version jenkins if you clear the configuration, that is, as I can run. Believes war without jenkiins folder again and delete all Thanks

Re: [Jenkins-events] [RFC] any idea for give-aways

2013-01-23 Thread Lisa Wells
Beer is the first thing that comes to mind, but it's heavy, tough to ship, and short-lived... maybe keychain beer openers? Opening your beer is the butler's job... On Wed, Jan 23, 2013 at 2:09 PM, Kohsuke Kawaguchi wrote: > In the project meeting today, we had a conversation about what give-awa

Re: [RFC] any idea for give-aways

2013-01-23 Thread Daniel PETISME
What about a USB Jenkins kit :) - an USB stick with a Jenkins logo on it - the latest Jenkins version in it (the war or natives) - Some docs - The Jenkins manual - A Jenkins "Quick Win"/cheatsheet Otherwise, some classics - A shirt - A (beer) bottle opener - A mug On Wednesday,

RE: Jenkins fails to send email

2013-01-23 Thread Alex Earl
This looks similar to something people are seeing with email-ext with the latest as well. If you don't have anything company secret, would you be willing to zip up your entire Jenkins home and post it somewhere? Sent from my Windows Phone -- From: Chris Jones Sent: 1/24

Re: Jenkins fails to send email

2013-01-23 Thread Chris Jones
Would this still be useful if I remove the source code from the zip file? Chris On 1/23/2013 2:26 PM, Alex Earl wrote: > This looks similar to something people are seeing with email-ext with > the latest as well. If you don't have anything company secret, would > you be willing to zip up your ent

Programatically preventing spaces in project names?

2013-01-23 Thread Scott Evans
Does anyone have a suggestion on a way to programatically keep developers from creating new projects which have spaces in the names of the projects? Somehow, my proposal of just telling them "don't do it" and when they do it anyway going an rapping their knuckles with a yardstick doesn't seem to fl

Re: Programatically preventing spaces in project names?

2013-01-23 Thread William Soula
In manage Jenkins -> configure system, there is a checkbox for "restrict project naming" where you can put a regex to keep spaces out There is also the create job advanced plugin, which has a checkbox for turning spaces into dashes: https://wiki.jenkins-ci.org/display/JENKINS/Create+Job+Advanced

Re: Programatically preventing spaces in project names?

2013-01-23 Thread Scott Evans
Will, thanks! Those should do exactly what we're looking to do. Scott On Wed, Jan 23, 2013 at 3:46 PM, William Soula < william.so...@drillinginfo.com> wrote: > In manage Jenkins -> configure system, there is a checkbox for "restrict > project naming" where you can put a regex to keep spaces ou

Automatically start individuals Tasks in Jenkins

2013-01-23 Thread hari
Hi all, I'm pretty new to Jenkins and so figuring out some options. 1. Does Jenkins have an option to automatically start individual tasks? If so please let me know the procedure? For ex: If there is data already loaded into jenkins and want to load some other data on top of exisisting one, is

Re: Jenkins fails to send email

2013-01-23 Thread Slide
You mean for your jobs? It might still be useful. I understand not being able to send out your source, so please send what you can and hopefully it can help figure out the problem. On Wed, Jan 23, 2013 at 2:32 PM, Chris Jones wrote: > Would this still be useful if I remove the source code from

Re: Automatically start individuals Tasks in Jenkins

2013-01-23 Thread Bruno Cunha
Hello Hari! Jenkins is a Continuous Integration Server. It controls a lot of things, but the tasks are mostly delegated/integrated to other systems. Please provide more details, so we can help you better. What are you doing / what's your task? Is this an Apache Ant project? Or maybe a Maven proje

Re: Silently triggering a build using the git plugin

2013-01-23 Thread felix schwitzer
I observed this problem too, but at the end I discovered that the output doesn't come from the git hook, but from the jenkis log, because I started for test reasons the jenkinsserver in the same terminal in background :-( Are you sure that jenkins has been started as a demon or at least detache

Help w/ maven release and git

2013-01-23 Thread Jeff
Two questions (from a Git n00b) dealing with Git + Maven in Jenkins: 1) When I do a release, I either want a new branch based on the maven release version or a "release" branch sync'd w/ the latest "master" code and tagged with the latest release version so we can pull it if we ever need to do a h

Re: infrastructure chef and jenkins integration usage - quick question

2013-01-23 Thread Brad Knowles
On Jan 22, 2013, at 11:33 AM, Brad Knowles wrote: >> We new to chef. > > Note that Opscode also has a mailing list for their user base, see > . Ahh, just found this video today: -- Brad Knowles LinkedIn Pr

Antwort: [RFC] any idea for give-aways

2013-01-23 Thread Andreas Schilling
Hi! I once got branded beer coasters as a flyer for an event. I liked the idea and I still use them as they are nicely designed. Badges are always nice, too. Good to stick them to your shoulder bag. Kind regards, Andreas Schilling CAE Processes & Data Management --

Re: Build failure Analyzer Plugin’s odd behaviour

2013-01-23 Thread jhoomsharabi
No ours not matrix project I think my issue is same as JENKINS-15948, icon image url looks to be broken, the url getting generated for bulb icon image is http://[host]/jenkins//plugin/build-failure-analyzer/images/16x16/information.png but in actual it should be http://[host]/plugin/build

Re: AbstractTestResultAction#getFailedTests()

2013-01-23 Thread Nalin Makar
Thanks Dean. I'll create a pull request deprecating this method and introducing a new one. On Wed, Jan 23, 2013 at 10:56 AM, Dean Yu wrote: > Here's the commit where this was added: > > > https://github.com/jenkinsci/jenkins/commit/f9823e39d17debd2e914ce13cdeec3b43581f09e > > I would call thi

RE: [RFC] any idea for give-aways

2013-01-23 Thread Sandell, Robert
Pin badges aren't that expensive to make if you buy enough of them in bulk, like 1500+, depending on manufacturer. Then they should be in the cost range of stickers. Small note blocks, or post it notes? /B From: jenkinsci-...@googlegroups.com [mailto:jenkinsci-...@googlegroups.com] On Behalf