RE: Build Pipeline plug-in

2013-12-09 Thread Welsh, Neil
Hi All, After playing around a little more I am getting the following now when trying to do a pipeline build: POST is required for au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder.doBuild Does anyone have any ideas? Cheers, Neil Neil Welsh│Ab Initio Development

Can Jenkins with SVN plugin use UNC as workspace

2013-12-09 Thread Scott Stewart
Id like a jenkins job to do a Subversion update to a UNC path on a windows server. this path is on a different domain and needs credentials. Can Jenkins update to this if so how. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Experiences with LTS vs Bleeding edge

2013-12-09 Thread Slide
Just from one plugin developer, I set my plugin up to build against the latest LTS version, NOT the latest version of Jenkins. This means that there have been times when changes in core have broken people who are using my plugin with more recent versions. I prefer to keep my plugin based on the lat

Experiences with LTS vs Bleeding edge

2013-12-09 Thread Klaus Schniedergers
Hi, we've been so far always using more recent Jenkins versions, but are experiencing enough issues after each upgrade (especially with plugins) that we're thinking about using LTS instead. But on the other hand I'm worried that issues get fixed faster and get more visibility if they're in the ne

Re: Is the hudson.slaves.WorkspaceList system property still around?

2013-12-09 Thread Stephane Odul
+1 I can see that this property is set when I run 'ps aux' on the master yet I still get the '@' in the workspace and some of the third party code we use barfs on '@'. Should this be set on each slave argument? On Tuesday, May 28, 2013 4:23:37 PM UTC-7, Eric Griswold wrote: > > Hi, > > I'm u

Re: NullPointerException after minor dependency change to a pom.xml file

2013-12-09 Thread Stephane Odul
https://issues.jenkins-ci.org/browse/JENKINS-20929 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more option

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Nigel Magnay
Interesting - we use the disk usage plugin too, though had disabled it (thought not removed it). On Mon, Dec 9, 2013 at 5:13 PM, Robert CHAVANNE wrote: > Tim Drury gmail.com> writes: > > > > > > > I'm doing a heap-dump analysis now and I think I might know what the > issue > was. The start of

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Tim Drury
This Jira issue seems to capture my problem: https://issues.jenkins-ci.org/browse/JENKINS-19544 On Monday, December 9, 2013 11:32:21 AM UTC-5, Tim Drury wrote: > > I'm doing a heap-dump analysis now and I think I might know what the issue > was. The start of this whole problem was the disk-usa

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Robert CHAVANNE
Tim Drury gmail.com> writes: > > > I'm doing a heap-dump analysis now and I think I might know what the issue was.  The start of this whole problem was the disk-usage plugin hanging our attempts to view a job in Jenkins (see https://issues.jenkins-ci.org/browse/JENKINS-20876) so we disabled tha

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Tim Drury
I'm doing a heap-dump analysis now and I think I might know what the issue was. The start of this whole problem was the disk-usage plugin hanging our attempts to view a job in Jenkins (see https://issues.jenkins-ci.org/browse/JENKINS-20876) so we disabled that plugin. After disabling, Jenkins

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Nigel Magnay
For us, I think we actually have several things going on - - something is taking far more memory - bumping up Xmx significantly seemed to help, though .. - this was then causing the host (smartos / solaris) to run out of swap, because of fork(). So I had to significantly raise tmpfs too. - we ha

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Tim Drury
I intended to install 1.532 on Friday, but mistakenly installed 1.539. It gave us the same OOM exceptions. I'm installing 1.532 now and will - hopefully - know tomorrow whether it's stable or not. I'm not exactly sure what's going to happen with our plugins though. Hopefully Jenkins will te

Re: LTS 1.532.1 ?

2013-12-09 Thread Stephen Connolly
Kohsuke is in Brazil at present, so may not be able to push the changes remotely. On 9 December 2013 14:08, David Aldrich wrote: > Hi > > > > When will the new LTS (1.532.1) be advertised in Jenkins? > > > > Best regards > > > > David > > > > -- > You received this message because you are subs

LTS 1.532.1 ?

2013-12-09 Thread David Aldrich
Hi When will the new LTS (1.532.1) be advertised in Jenkins? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@g

Build Pipeline plug-in

2013-12-09 Thread Welsh, Neil
Hi All Our Jenkins has recently been upgraded to version 1.538, this cause a few issues with the pipeline plug-in as in it stopped working (we couldn't run anything and the pipelines just showed the green arrows no jobs in-between them). Originally I thought this was a version problem so I upd

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Stephen Connolly
How does the current LTS (1.532.1) hold up? On 6 December 2013 13:33, Tim Drury wrote: > We updated Jenkins to 1.542 two days ago (from 1.514) and we're getting a > lot of OOM errors. (info: Windows server 2008 R2, Jenkins JVM is jdk-x64-1 > .6.0_26) > > At first I did the simplest thing and in

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-09 Thread Nigel Magnay
Yes, we're seeing the same. Our jenkins install is currently unusable :-( On Fri, Dec 6, 2013 at 1:33 PM, Tim Drury wrote: > We updated Jenkins to 1.542 two days ago (from 1.514) and we're getting a > lot of OOM errors. (info: Windows server 2008 R2, Jenkins JVM is jdk-x64-1 > .6.0_26) > > At

RE: Disk usage plugin not working

2013-12-09 Thread David Aldrich
Hi Tim Thanks for your reply. I have already uninstalled the Disk Usage plugin and restarted Jenkins so I can’t check the thread dump. We had noticed that the Jenkins Java process was running at 100% cpu load, so that may have been associated with this problem. Thanks for the JIRA link. Best

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-12-09 Thread suresh
Hi Kannan, Thanks for your reply. I would like to ask you 2 more questions. please help me on that How can we find how many builds done perday and build triggered by manual or timer using Jenkins api xml/json/python Regards, Suresh On Fri, Dec 6, 2013 at 9:13 PM, JonathanRRogers [via Jenkins

Re: Sign up

2013-12-09 Thread Richard Bywater
Personally I'd be using Java 1.7 as all the other versions are now end-of-lifed! Also "As of Jenkins 1.520, Java 6 or later is required at runtime" so if you don't upgrade soon then you won't be able to upgrade your Jenkins. Richard. On Mon, Dec 9, 2013 at 6:12 PM, Suri wrote: > Hi, > > My jav