What does perModuleEmail mean ?

2014-01-23 Thread David Gang
After recently upgrading to jenkins 1.548 i get an alert in the manage jenkins screen that i have old data. When getting to the old data screen i get: > Type: hudson.maven.MavenModuleSet > Error: MissingFieldException: No field 'perModuleEmail' found in class What does this error mean? --

problem to download jenkins 1.548

2014-01-21 Thread David Gang
Hi all, Is there an alternative site to download jenkins? When trying to download from http://updates.jenkins-ci.org/download/war/1.548/jenkins.war I get ERROR 504: Gateway Time-out. Thanks, David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

problems with rebuild plugin

2013-12-08 Thread David Gang
Hi all, When i use the rebuild plugin i get the following exception: javax.servlet.ServletException: net.sf.json.JSONException: JSONObject["tag"] not found. at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)

Re: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread David Gang
bet that it is the Maven Job type's evil hooks that are > causing your issues... I believe there is some turd polishing hack on top > of a hack that lets the Maven job type intercept the deploy and then do it > all at the end... > > On 6 November 2013 07:02, David Gang <

Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread David Gang
Btw, are you using freestyle or native maven job. > Cheers > Le 6 nov. 2013 08:02, "David Gang" > a > écrit : > >> Hi all, >> >> When i run maven deploy with eclipse and the tests fail, it does not >> continue to deploy. >> When a run the same

jenkins maven project executes maven deploy even when tests fail

2013-11-05 Thread David Gang
Hi all, When i run maven deploy with eclipse and the tests fail, it does not continue to deploy. When a run the same project through jenkins with the target deploy, it continues to deploy. How can i prevent it from happening? Thanks, David -- You received this message because you are subscrib

Re: high memory consumption after upgrading to jenkins 1.537

2013-10-29 Thread David Gang
Hi, I found a possible cause. I had a job with 5 builds which i did not discard. After setting the limit that it should not save more than x builds, the memory consumption went down and jenkins is now responsive. Thanks to all, David On Monday, October 28, 2013 6:02:50 PM UTC+2, David

high memory consumption after upgrading to jenkins 1.537

2013-10-28 Thread David Gang
Hi all, I have with jenkins 1.537 a much higher memory consumption than with jenkins 1.535. I also noticed that the PS Old gen is full. I had to raise the xmx from 2G to 3G in order that jenkins should be responsive. Did anyone also notice this issue? Thanks, David -- You received this messa

what is a jenkins workspace

2013-07-18 Thread David Gang
Hi, What is a jenkins workspace and how differs it from a jenkins project? A google search did not turn out relevant results https://www.google.co.il/search?q=what+is+a+jenkins+workspace&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&gws_rd=cr Thanks, David -- You received t

jenkins download link not visible from "manage jenkins" page

2013-07-07 Thread David Gang
Hi, I am currently at jenkins 1.521. Normally when a new version of jenkins comes out i have a notification in the "Manage jenkins" page. I don't see it now for jenkins 1.522, even i know it is shipped out already. Is there a reason for this? Thanks, David -- You received this message because

jenkins prevent race conditions between 2 jobs

2013-03-05 Thread David Gang
Hi all, I have 2 jobs which i want to run on a certain slave and i want to prevent them from running together. How can i achieve this? Can i somehow label them and tell the scheduler that just one of them can run on a certain slave at a certain time? Thanks, David -- You received this message

add custom field in jenkins

2012-12-04 Thread David Gang
Hi all, I need a custom field in jenkins for reporting issues. I have a groovy script which sends a mail of all builds which were made on the server and if the build failed. I want to add a custom field for each project who the maintainer of the project is. How do i do it (without writing a plug

Re: jenkins sometimes does respond very slow

2012-10-30 Thread David Gang
ion capacity = 67108864 (64.0MB) used = 45950216 (43.82154083251953MB) free = 21158648 (20.17845916748047MB) 68.47115755081177% used Is here anything strange ? Thanks, David On Tuesday, October 30, 2012 2:21:45 PM UTC+2, David Gang wrote: > Hi, > > I found the foll

jenkins sometimes does respond very slow

2012-10-30 Thread David Gang
Hi all, We have a jenkins installation with a master and 10 slaves. Sometimes it takes more than 1 minute till the jenkins respond. Sometimes it responds after 2 seconds. I tried to google and find how to fix this issue but did not find anything. BR, David

slave on different timezone immediate ping time out exception after upgrading from 1.477 to 1.486

2012-10-25 Thread David Gang
Hi, We have a slave which is on a different timezone 7 hours behind us. When i run the job i get an immediate error at hudson.FilePath.act(FilePath.java:847) at hudson.FilePath.act(FilePath.java:824) at hudson.FilePath.mkdirs(FilePath.java:962) at hudson.model.AbstractPro

problems with TimeoutException and hudson.remoting.Launcher.pingTimeoutSec

2012-10-22 Thread David Gang
Hi all, We have a failing job The exception is ... 10 more Caused by: java.io.IOException at hudson.remoting.Channel.close(Channel.java:895) at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110) at hudson.remoting.PingThread.ping(PingThread.java:114)

Re: combine periodic build and "Build after other projects are built"

2012-08-23 Thread David Gang
"Build after other projects are built" and the "Build > periodically" on the project. > > Chris, > > On Thursday, August 23, 2012 10:02:46 AM UTC+1, David Gang wrote: >> >> Hi all, >> >> I have a job which i want to run on 2 specific days in

combine periodic build and "Build after other projects are built"

2012-08-23 Thread David Gang
Hi all, I have a job which i want to run on 2 specific days in a week. On the other hand it has to be run after another job is run (which is run every day). I want somehow to combine the periodic build with the option to run this project just after the other project was run at the same day. How d

plugin installation through update center has success (from logfile) but page stuck in installation phase

2012-08-15 Thread David Gang
Hi all, I am using jenkins version 1.477 deployed in tomcat 7.0.29. I installed the groovy plugin from the update center. It is stuck close to 20 minutes in the stage of Installing (there is a blinking ball there). I tried to take a look on the catalina log and this is what i get. Aug 15, 2012

email-ext sending mail once a day for succeeding job

2012-08-14 Thread David Gang
Hi all, We have a job which runs every hour. In order not to get flooded with mails i configured the email-ext step so that we will get just mails for fails and for the fixed trigger. I got now an additional requirement that regardless of the job status a mail should be sent once a day. So eve

Re: upgrade of jenkins in tomcat does not work

2012-08-13 Thread David Gang
Hi, I am curious why do ihave to remove the jenkins folder. Should not tomcat make this auomatically for me when he recognizes that the war is newer? Thanks, David On Monday, August 13, 2012 3:01:00 PM UTC+3, David Gang wrote: > > Hi Richard, > > I removed the folder and it

email-ext send different mail on success and failure

2012-08-13 Thread David Gang
Hi all, I want to configure the project in that way that on success the recipients will get a small mail of the type "build succeeded". When the build fails i want to make it more dramatic :-) I want that the message will be sent with high priority and that it will be written that the build fai

Re: upgrade of jenkins in tomcat does not work

2012-08-13 Thread david gang
a webapp and then you will be able to remove the old folder without > having java classes still in memory for that web app. > > Richard > > On 2012-08-13, at 07:52, david gang wrote: > > > > > > > > > Hi Richard, > > > I did not intend to post th

Re: upgrade of jenkins in tomcat does not work

2012-08-13 Thread david gang
gt; > Richard > > On 2012-08-13, at 07:27, david gang wrote: > > > > > > > > > Hi, > > > In the admin screen I got the message > > New version of Jenkins (1.477) is available for download. > > I tried to upgrade the apllication but witho

upgrade of jenkins in tomcat does not work

2012-08-13 Thread david gang
Hi, In the admin screen I got the message New version of Jenkins (1.477) is available for download. I tried to upgrade the apllication but without success. These are the steps i made: I downloaded the war file from http://updates.jenkins-ci.org/download/war/1.477/jenkins.war and moved it to the

tomcat - jenkins upgrade does not work

2012-08-13 Thread david gang
Hi, In the admin screen I got the message New version of Jenkins (1.477) is available for download. I tried to upgrade the apllication but without success. These are the steps i made: I downloaded the war file from http://updates.jenkins-ci.org/download/war/1.477/jenkins.war and moved it to the