Re: Diagnosing a Jenkins process using 100% of CPU?

2013-04-25 Thread Baptiste Mathus
Le 25 avr. 2013 20:03, "Jesse Glick" a écrit : > > On 04/25/2013 02:02 PM, Jesse Glick wrote: >> >> jstack > > > Or jvisualvm, if the problem is not apparent from a single thread dump and you need to dig deeper into GC cycles, snapshot or instrumented profiling, etc. Yup. +Analyze your gc logs. A

A possible fix for Jenkins-14551 - subversion-plugin duplicating file contents

2013-04-25 Thread Kenny Ayers
Hi folks, *Short Version:* * * I may have a fix for Jenkins-14551 ( https://issues.jenkins-ci.org/browse/JENKINS-14551). I've submitted this potential resolution to SVNKit as well as their 1.7.6 SVN branch has the same issue (http://issues.tmatesoft.com/issue/SVNKIT-368). I've compiled the

New Plugin: Job Parameter Summary

2013-04-25 Thread oliver gondža
Hi, I would like to have this plugin forked. https://github.com/olivergondza/job-parameter-summary-plugin https://wiki.jenkins-ci.org/display/JENKINS/Job+Parameter+Summary+Plugin Thanks -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers

Re: [ANN] Munich Hackathon

2013-04-25 Thread Stefan Wolf
You can now sign up and get more information: * Xing: https://www.xing.com/events/jenkins-hackathon-munchen-15-06-2013-1238129 * Meetup.com: http://www.meetup.com/jenkinsmeetup/events/116074032/ See you there! Am Mittwoch, 3. April 2013 23:15:14 UTC+2 schrieb Stefan Wolf: > > Hi all, > > Since K

Alternative to jobMain.jelly for MatrixProject

2013-04-25 Thread oliver gondža
Hi, is there any alternative to jobMain.jelly used for AbstractProject applicable for MatrixProject (not MatrixBuild)? All I was able to find is job property summary (summary.jelly), but it feels awkward to attach properties just for this. I could not think of any reason why not add

Re: What about a Composer plugin?

2013-04-25 Thread Bruno P. Kinoshita
Hello,  >Before talk about Composer, some words about build.xml. Actually we are moving >from Phing to Ant for some reasons:>    - Ant makes projects more pluggable >for IDEs, CI Servers... (less shell)>    - Ant is recommended in >http://jenkins-php.org>    - Ant is faster than Phing>    - Ant

Re: Diagnosing a Jenkins process using 100% of CPU?

2013-04-25 Thread Jesse Glick
On 04/25/2013 02:02 PM, Jesse Glick wrote: jstack Or jvisualvm, if the problem is not apparent from a single thread dump and you need to dig deeper into GC cycles, snapshot or instrumented profiling, etc. -- You received this message because you are subscribed to the Google Groups "Jenkins D

Re: Diagnosing a Jenkins process using 100% of CPU?

2013-04-25 Thread Jesse Glick
On 04/25/2013 12:02 PM, Mark Waite wrote: Any suggestions on preferred techniques to diagnose high CPU usage by the Jenkins master server on Windows? jstack -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group

New Plugin: External Scheduler Plugin

2013-04-25 Thread oliver gondža
Hi, I'd like to have this plugin forked. Url: https://github.com/olivergondza/external-scheduler-plugin Wiki: https://wiki.jenkins-ci.org/display/JENKINS/External+scheduler+plugin Thank you. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Devel

Diagnosing a Jenkins process using 100% of CPU?

2013-04-25 Thread Mark Waite
While testing the Jenkins 1.509.1 release candidate on a Windows 7 laptop (4 GB RAM, ample disc space, etc.), I found that after running a few jobs, even with Jenkins idle and preparing for shutdown, the Jenkins process was still using 100% of the available CPU capacity.  I've seen similar behav

Re: LTS backports for 1.509.1

2013-04-25 Thread Jesse Glick
On 04/15/2013 04:08 AM, Vojtech Juranek wrote: JENKINS-16845 - NullPointer in getPreviousBuild FYI, I pushed a refinement to the hotfix to the stable branch (24c8b60f) since a user reported an NPE from the initial hotfix. Neither are claimed to be a true fix of the bug, which needs more thoug

Reload build.xml after finishing build

2013-04-25 Thread mallikarjunece
Hi, I want to change the Started By User for the build. How it is possible ? Requirement is need to change build by user. Quick reply appreciated. Thanks in advance -- View this message in context: http://jenkins.361315.n4.nabble.com/Reload-build-xml-after-finishing-build-tp466420

Hosting Request

2013-04-25 Thread Mike Bockus
I've developed a plugin for submitting scans to Veracode. Can you fork the existing repo? Details below: Github Id: mbockus Githup Repo: https://github.com/mbockus/veracode-scanner Let me know if you need more info. Thanks! -- You received this message because you

Re: Replace build parameters with custom jelly

2013-04-25 Thread Jesse Glick
On 04/24/2013 09:57 AM, Paul Mendelson wrote: is the approach for collect build parameters different? Yes. You would need to define a custom parameter type. Build wrappers cannot prompt for information before the build. -- You received this message because you are subscribed to the Google Gro

Re: how to bind hudson.Plugin fields to its config.jelly

2013-04-25 Thread Jesse Glick
On 04/24/2013 05:48 AM, Alexis Gallagher wrote: The javadoc for hudson.Plugin says "Plugin can have an optional config.jelly page This is convenient for exposing/maintaining configuration that doesn't fit any Descriptors." GlobalConfiguration may be more convenient, have you tried that?

Re: How do I add an artifact to Jenkins Maven repo?

2013-04-25 Thread Jesse Glick
On 04/24/2013 03:51 PM, Mike Bockus wrote: Should I have targeted the snapshots or releases repository? ‘releases’, I think. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from i

Re: What about a Composer plugin?

2013-04-25 Thread Renan de Lima
Hi there, I'm migrating a few projects from CodeIgniter (+bunch of libraries and > sparks) to FuelPHP and to CodeIgniter+Composer, and am having to learn > Composer. > > > Is there any activity to integrate Composer and Jenkins? > > Not that I'm aware of. > > > Is there a better way to use Comp