Hudson to Jenkins

2012-05-15 Thread Marcel Schutte
Hi I recently did this, it's not straightforward because Hudson 2.2 uses a different xml format for its config. With the help of some xsl I managed to do it. At the moment I am abroad, but I can send them tomorrow if you are interested. Regards,Marcel

Still not able to autoinstall JDK

2012-05-15 Thread Andreas Schilling
Hi everyone, we just upgraded to Jenkins 1.464 but still are not able to autoinstall a JDK. It downloads a HTML file with the content: Sorry! In order to download products from Oracle Technology Network you must agree to the OTN license terms. Be sure that... Your browser has cookies and

Re: Hudson to Jenkins

2012-05-15 Thread arvind
Hi Marcel, Thanks for the reply! It would be great if you can share that information. Thanks! On May 15, 11:33 am, Marcel Schutte maro.schu...@gmail.com wrote: Hi I recently did this, it's not straightforward because Hudson 2.2 uses a different xml format for its config. With the help of

CloudBees spam?

2012-05-15 Thread Chris Withers
Hi All, Anyone else been spammed by CloudBees relating to Jenkins services? Chris -- Simplistix - Content Management, Batch Processing Python Consulting - http://www.simplistix.co.uk

Re: CloudBees spam?

2012-05-15 Thread Daniel Jones
Hi, I've received unsolicited emails. On 15 May 2012 08:29, Chris Withers ch...@simplistix.co.uk wrote: Hi All, Anyone else been spammed by CloudBees relating to Jenkins services? Chris -- Simplistix - Content Management, Batch Processing Python Consulting -

Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread Sion
Ensure you have pre-configured the plugin. From the Dashboard - Manage Jenkins - Configure System - Extended E- mail Notification Check these are all set how you want them. Then: From the Dashboard - Project page - Configure - Post-build Actions - Editable Email Notification I found on my

Setting PATH variable

2012-05-15 Thread Prakash A
Hello All, I'm very new Jenkins (even to CI tools). I have a problem in running ANT target from Jenkins. Let me clarify the question. I've my jenkins installed in CentOS using native method (YUM repo). I've also installed JDK, Ant. I did configured the path of those things in Jenkins - Manage

Re: CloudBees spam?

2012-05-15 Thread Soula, William
I also received unsolicited emails, but they have stopped. - Hi, I've received unsolicited emails. On 15 May 2012 08:29, Chris Withers ch...@simplistix.co.ukmailto:ch...@simplistix.co.uk wrote: Hi All, Anyone else been spammed by

parameterized build and views

2012-05-15 Thread marathiboy
Hello, Sorry if this duplicate, I am having issues posting to this group..:-( I have a job with a scm branch parameter which can I have 2 values (choice). How can I setup 2 separate views which will default the same job but with different parameters? Is that possible? I played with view filter

Re: Hudson to Jenkins

2012-05-15 Thread Jesse Farinacci
Greetings, On Tue, May 15, 2012 at 2:33 AM, Marcel Schutte maro.schu...@gmail.com wrote: I recently did this, it's not straightforward because Hudson 2.2 uses a different xml format for its config. With the help of some xsl I managed to do it. At the moment I am abroad, but I can send them

Changelog for 1.464?

2012-05-15 Thread Ringo De Smet
Hello, My Jenkins instance tells me 1.464 is available, but the changelog on the webiste only goes up to 1.463. Can someone put the change log for 1.464 online plz? Ringo

Re: parameterized build and views

2012-05-15 Thread Jacob Robertson
If I am understanding your request, please take a look at this wiki page which explains how to create a smart view that only shows information about specific types of builds for the jobs shown. https://wiki.jenkins-ci.org/display/JENKINS/Build+Filter+%28Wrapper%29+Column On Tue, May 15, 2012 at

RE: parameterized build and views

2012-05-15 Thread Ligade, Shailesh [USA]
Thanks for reply, I guess I was not aware of the column showing is affected by filter used. However, my question is slightly different. Let me try to explain it.. I have a job that uses maven profile to build for test and dev environments. I have parameterized this job with profile parameter.

Displaying test results before job is finished

2012-05-15 Thread bl0ck3r
I have hundreds of tests in a job, and it can take several hours to complete. Is there a way to have Jenkins display the test results as the job progresses? Do not tell me to split the job into smaller jobs, it is not practical as I would end up with hundreds of jobs and this would be

Displaying user in the Build History column on the left

2012-05-15 Thread bl0ck3r
How do I display the username of the person who launched the build in the Build History (that is the box on the left-hand side of the job page)

Re: Can't start jenkins - disable plugin

2012-05-15 Thread Neil Bird
Around about 14/05/12 19:33, lkuczera typed ... We don't use maven at all is it feasible to remove it from plugins and if yes how ? Further to the other answer, I think you just delete it from the plugins directory. -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature ls:

build config history getting spammed

2012-05-15 Thread Bailey, Darragh
I have a jenkins instance with the build config history plugin installed and it appears to be spammed by every build due to a line being successively added and then removed from the build config xml. Here's the snipet from the end of a build config: buildWrappers

list view section issues

2012-05-15 Thread marathiboy
Hello, I am trying to use section view. I added a list view as a section, however, I can't add 'Build Filter (Wrapper) Column' to this . It throws an error *javax.servlet.ServletException: java.lang.IllegalArgumentException: BuildFilterColumn can only be added to a ListView* Any work around to

Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread v0idnull
cool, so it's a bug and I'm not insane, thanks for confirming that ;) --alex On 12-05-15 09:36 AM, Alex Earl wrote: I think he is running into the issue that popped up when the post build drop down was implemented (based on the Jenkins version he is running). I am in the process of debugging.

Re: Displaying user in the Build History column on the left

2012-05-15 Thread Peter
Use the description setter plugin. You need to set the description with the text behind started by. If you want luxury. There is also a plugin that puts you the user that started the build into an environment variable. Don't know how it is called right now. On May 15, 7:59 am, bl0ck3r

Getting custom clover reports with automated builds/tests

2012-05-15 Thread Michael Polinovskiy
Hi, Here is a brief description of what we are doing and what we are looking for. We have setup a Jenkins Job to * Get sources from HG-repository * Instrument the sources with Clover * Build the clovered war * Run JUnit tests on clovered war,

Re: Is it called Project or is it called Job?

2012-05-15 Thread Jminne
I don't know if we need to do a poll to pick one or if it has been decided already, but sticking with just Project OR Job would be great. On Tuesday, May 15, 2012 8:02:51 AM UTC-5, bl0ck3r wrote: The UI needs to be more consistent. In the main Jenkins menu, I can create a New Job called Foo,

CVS update replaces the Tag file

2012-05-15 Thread 7se7en7
I am building a Module that comes from a CVS branch. 'cvs checkout' correctly keeps the branch name in the Tag file. Now after a clean checkout if the 'Use Update' is checked under 'Source Code Management' then the command looks like: cvs update -d -P -r branch_name -D 15 May 2012 13:12:24

Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread John Vacz
I also have the same problem after we upgraded to Jenkins 1.463 + Email-ext 2.20. On 13.05.2012 21:09, v0idnull wrote: I'm running Jenkins 1.463 and Email Ext 2.20. All post build actions are in a drop down menu for me, and they all add form elements except for Email Ext On Sunday, 13 May

Re: Displaying test results before job is finished

2012-05-15 Thread Dean Yu
Unfortunately not. As a post-build action, test results are processed after all the build steps are completed. -- Dean On 5/15/12 5:54 AM , bl0ck3r martin.danjo...@gmail.com wrote: I have hundreds of tests in a job, and it can take several hours to complete. Is there a way to have Jenkins

Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread Slide
Yes, EVERYONE who upgrades to 1.463 will have this problem. On Tue, May 15, 2012 at 1:49 PM, John Vacz mailing.list.collect...@googlemail.com wrote: I also have the same problem after we upgraded to Jenkins 1.463 + Email-ext 2.20. On 13.05.2012 21:09, v0idnull wrote: I'm running Jenkins

Re: Displaying user in the Build History column on the left

2012-05-15 Thread Ken Bertelson
I use the Groovy Postbuild Plugin to do this. You can display custom icons in the Build History, too.

Re: Old Builds not getting discarded

2012-05-15 Thread Joshua J. Kugler
On Monday, April 30, 2012, Joshua J. Kugler elucidated thus: On Friday, April 27, 2012, Anubhaw Shrivastav elucidated thus: Hi everyone, We have some jobs running on Jenkins configured to Discard Old Builds, and despite setting Max # of builds to keep to 10 (or any other number for