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 wrote: > 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: 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 o

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 Je

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 mailto:ch...@simplistix.co.uk>> wrote: Hi All, Anyone else been spammed by CloudBees relating to Jen

Re: CloudBees spam?

2012-05-15 Thread Stephen Connolly
If you can please forward me (off-list at my cloudbees email address: sconnolly at [guess the rest]) one of the emails you feel is spam and I will bash the relevant persons on the head. Thanks -Stephen On 15 May 2012 08:29, Chris Withers wrote: > Hi All, > > Anyone else been spammed by CloudBee

Re: Can't start jenkins - disable plugin

2012-05-15 Thread domi
Most probably you have updated to a version > 1.458 … or when back to a version before this. To get your installation work again, you have to downgrade the maven-plugin and the config-file-provider-plugin to the version you had before upgrading. …yes, you can also remove the maven-plugin, just be

Re: Setting PATH variable

2012-05-15 Thread John Smith
I suspect the problem isn't your PATH, but your CLASSPATH. You'll need to make sure this includes: ${JAVA_HOME}/jre/lib/rt.jar (Assuming that you've already set JAVA_HOME). On Tue, May 15, 2012 at 11:06 AM, Prakash A wrote: > Hello All, > > I'm very new Jenkins (even to CI tools). I have a pr

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 b

Re: Hudson to Jenkins

2012-05-15 Thread Jesse Farinacci
Greetings, On Tue, May 15, 2012 at 2:33 AM, Marcel Schutte 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 tomorrow if you are

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. T

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 unmanageable

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)

Is it called "Project" or is it called "Job"?

2012-05-15 Thread bl0ck3r
The UI needs to be more consistent. In the main Jenkins menu, I can create a "New Job" called Foo, but after it is created, the page is titled "Project Foo". This is inconsistent and got me confused for a couple of days as I was learning Jenkins.

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

2012-05-15 Thread Stephen Connolly
Actually there is more confusion in store when you install certain plugins in jenkins, then "New Job" turns into "New Item". These plugins typically define new types of top level items, and where the full set of top level items all have the same "pronoun" you get "New Job" but if they have dif

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: .sign

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

2012-05-15 Thread Alex Earl
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. Sent from my Windows Phone From: Sion Sent: 5/15/2012 2:43 AM To: Jenkins Users Subject: Re: Jenkins + Email-ext - How t

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: 60 false

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 wrote: >

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, gatheri

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

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 -060

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 20

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" wrote: >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

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 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 1.463 and Email Ext 2.20. All pos

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

Re: Setting PATH variable

2012-05-15 Thread Prakash A
Hi, Thanks for your response. But i did set the classpath as you suggested, still getting the same error. Following is the output in the console. *[workspace] $ /usr/ant/apache-ant-1.8.3/bin/ant -DCLASSPATH=/usr/java/jdk1.6.0_24/jre/lib/rt.jar print Error occurred during initialization of VM ja

Unsubscribe

2012-05-15 Thread Sebastian Bergmann
I am unable to unsubscribe from this list. The mails I receive from the list have this header List-Unsubscribe: , Sending an email to googleg