Flexible publish and folders

2014-01-24 Thread Raghu R
So I'm trying to use the Flexible publish plugin but cannot get the groovy script to run I'm using folders so the sample given https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin in this page to list available publishers does not work. If I create a top level job and attach a N

Can't configure jobs, display stuck at LOADING

2014-01-24 Thread kenstir66
I can't configure any jobs; the web page displays a watermark LOADING which does not go away. I tried both Chrome and Firefox on Windows. The javascript console shows an error: Uncaught TypeError: Cannot call method 'next' of undefined hudson-behavior.js:936

Re: Problem with Downloading *.war-Files from Jenkins - IE treats them as ZIP-File, not as War-File

2014-01-24 Thread Slide
Do the headers specify application/zip as the content type for the war? If so, IE renames it automatically to .zip instead of the original file name. For more info on possible workarounds, see [1]. Slide http://blogs.msdn.com/b/ieinternals/archive/2012/08/28/custom-file-type-formats-renamed-to-zi

Cannot remove users from admin group

2014-01-24 Thread Alex Miller
Hello, When I click on 'Groups' I can see all of the users and AD groups that get Admin Rights in Jenkins. For some reason there is one user that when I click 'remove from group' and 'confirm remove from group' the page simply reloads, but does not remove the user. I can add the user again (p

Re: email notification recipients list not saved.

2014-01-24 Thread Brian K
Try upgrading your Maven Project Plugin. I had this same problem and upgrading from v2.0 to v2.1 of the Maven Project Plugin resolved the issue. On Wednesday, January 15, 2014 10:32:36 AM UTC-5, rop wrote: > > I am experiencing the same problem. > When I go into a Jenkins-job, click Configure, th

Re: LTS 1.532.2 release date

2014-01-24 Thread Arnaud Héritier
Strange because the problem is recent thus there is a side effect of something I don't understand I checked and in fact I'm using really few this plugin on my instance : https://ci.exoplatform.org I don't have it on the default screen, the largest one I will try to remove it if necessary On Fri,

Re: Problem with Downloading *.war-Files from Jenkins - IE treats them as ZIP-File, not as War-File

2014-01-24 Thread JonathanRRogers
On Friday, January 24, 2014 3:28:30 AM UTC-5, Alexander Köhler wrote: > > Hello Folks, > > I have a problem with my jenkins server. Its a recent build on ubuntu. > Everything works except that if you want to download the *.war-package with > any version of Interne Explorer, it will be treated as

Renamed jobs' workspace wiped out automatically - how to recover

2014-01-24 Thread zw
Hi All We renamed a bunch of jobs of those existing jobs. Those jobs run on slaves. The jobs are NOT configured for "clean" in their job configurations. The jobs workspaces are there on the slaves immediately after the jobs completed. But we noticed the newly renamed jobs' workspaces are wiped ou

AW: Wrong version number on UI

2014-01-24 Thread Schultschik, Sven (ext)
That was a pretty good point with the filter field thank you I was totally wrong, not the umber displayed was wrong, no the update failed! I've done the update now manually. Need to see next update if the automatic fails again or not ... But updating and installing plugins work without any proble

Re: Wrong version number on UI

2014-01-24 Thread Daniel Beck
On 24.01.2014, at 11:27, Schultschik, Sven (ext) wrote: > It looks to me like he changes the version number in a file, but reads it > from another. Check the changelog for any easy to test for changes. Like e.g.: What's new in 1.544 (2013/12/15) • Added filter field for insta

Using information from a URLTrigger in a build step

2014-01-24 Thread Paul Moore
I'm trying to poll a webpage for updated sources to trigger a build. I can use the URLTrigger plugin to check the project webpage for a new version, just by looking for the regex "^Latest version is: .*$" on the page. That's fine, but the download URL also changes each version. To get the right

Re: LTS 1.532.2 release date

2014-01-24 Thread Daniel Beck
On 24.01.2014, at 10:58, Arnaud Héritier wrote: > a bug in the project-stats-plugin plugin ? Probably not a bug, it just takes forever to load all builds of all projects in the current view to display the total: https://wiki.jenkins-ci.org/display/JENKINS/Project+Statistics+Plugin#ProjectStat

RE: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread David Aldrich
Hi Stephen Thanks for your advice. I will try a later version and see what that shows up. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 24 January 2014 14:22 To: jenkinsci-users@googlegroups.com Subject:

Re: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread Stephen Connolly
You might want to try anything from 1.533 onwards... I'm not saying the issue is fixed... just that those versions are at least not hiding the next link in the chain towards the root cause. On 24 January 2014 14:06, David Aldrich wrote: > Hi Stephen > > > > We are running LTS 1.532.1 (the late

RE: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread David Aldrich
Hi Stephen We are running LTS 1.532.1 (the latest LTS). What should I do to add the extra diagnostics please? Should I leave LTS and go for the latest development release? Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steph

Re: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread Stephen Connolly
>From the stack trace, you are likely running on a version of Jenkins that does not include the extra diagnostics against JENKINS-5073 (most likely the root cause) which were added in this commit: https://github.com/jenkinsci/jenkins/commit/1b22559581abf87344c57ac0dcf21d1612f2c80b So the real caus

RE: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread David Aldrich
Hi Stephen Thanks for looking at this. I don't know what to do with the information you gave, but would be grateful if any of the experts can follow it up. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent:

Re: Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread Stephen Connolly
>From what I can see from the discussion, it sounds like the windows forked process gets "picked up" as terminated if it is not sending output back to the Jenkins slave process at a regular pace... if that were to happen, the Jenkins slave process would assume that the script used to execute the sc

Jenkins bug JENKINS-12235 - suggestions please

2014-01-24 Thread David Aldrich
Hi One of our users writes: Bug https://issues.jenkins-ci.org/browse/JENKINS-12235 is now seriously hampering our uptake of Jenkins. Our builds are very unreliable, to the point where we can't really use Jenkins for any critical regression testing or compilations because they too often fail to

Re: LTS 1.532.2 release date

2014-01-24 Thread Vincent Latombe
I guess it wasn't an issue until lazy loading has been introduced (for project-stats-plugin). Vincent 2014/1/24 Arnaud Héritier > In my LTS instance I also identified these bugs : > https://issues.jenkins-ci.org/browse/JENKINS-20769 (core) > https://issues.jenkins-ci.org/browse/JENKINS-20482 (

How to set the the mandatory properties "sources" for Sonar in Jenkins

2014-01-24 Thread artwood
Hello I've a problem with the configuration of jenkins in order to use the plugin of Sonar. I've set the properties into the file sonar-project.properties, that looks like the following code: pom.groupId=groupID > pom.artifactId=artifactID > > sonar.sourceEncoding=iso-8859-15 > sonar.java.target

AW: AW: Wrong version number on UI

2014-01-24 Thread Schultschik, Sven (ext)
There are no multiple installations. This is since I moved (not copied) the Jenkins_home folder to another destination. It looks to me like he changes the version number in a file, but reads it from another. But I can’t find which or if a have done something wrong with the move of the Jenkin

Aw: AW: Wrong version number on UI

2014-01-24 Thread Christoph Kutzinski
Likely that your update didn't succeed resp. you updated a different installation than you thought you did. The old version number you're seeing is likely from an older instance of Jenkins which is still running. Check that there are no multiple installations of Jenkins.   HTH   Gesendet: Fre

AW: Wrong version number on UI

2014-01-24 Thread Schultschik, Sven (ext)
Nobody any idea? Really strugling with it. Jenkins says always that an update is available and after update he tells me that again. Regards Sven Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Schultschik, Sven (ext) Gesendet: Mittwoch, 22. Ja

Re: LTS 1.532.2 release date

2014-01-24 Thread Arnaud Héritier
In my LTS instance I also identified these bugs : https://issues.jenkins-ci.org/browse/JENKINS-20769 (core) https://issues.jenkins-ci.org/browse/JENKINS-20482 (config-file-provider I need to see with domi) On Fri, Jan 24, 2014 at 10:58 AM, Arnaud Héritier wrote: > a bug in the project-stats-plu

Re: LTS 1.532.2 release date

2014-01-24 Thread Arnaud Héritier
a bug in the project-stats-plugin plugin ? I didn't updated it for a long time. Last release : Sep 22, 2012 On Fri, Jan 24, 2014 at 9:59 AM, Vincent Latombe wrote: > Hi Arnaud, > > From the thread dump, it is pretty clear to me that it is caused by the > plugin > > at > hudson.plugins.p

Re: LTS 1.532.2 release date

2014-01-24 Thread Vincent Latombe
Hi Arnaud, >From the thread dump, it is pretty clear to me that it is caused by the plugin at hudson.plugins.projectstats.NumBuildsStats.compute(NumBuildsStats.java:52) at hudson.plugins.projectstats.column.NumBuildsColumn.getStats(NumBuildsColumn.java:53) which causes load of

Re: LTS 1.532.2 release date

2014-01-24 Thread Arnaud Héritier
The upgrade to the RC didn't solve my issue. I described it here : https://issues.jenkins-ci.org/browse/JENKINS-21487 I don't yet know if it is really a problem 1.532 LTS or from a plugin. All feedbacks are welcome. Meantime I will restart my server which is again dead On Thu, Jan 23, 2014 at 10:

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-01-24 Thread Anand Raja.K
Hi Slide, I have tried but pdf is not attaching. I have checked pdf gets generated in workspace location only. Regards Anand Raja K On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable

Problem with Downloading *.war-Files from Jenkins - IE treats them as ZIP-File, not as War-File

2014-01-24 Thread Alexander Köhler
Hello Folks, I have a problem with my jenkins server. Its a recent build on ubuntu. Everything works except that if you want to download the *.war-package with any version of Interne Explorer, it will be treated as a zip file. the person who downloaded this has to rename the file manually to *.