memory consumption of builds

2012-12-06 Thread Johannes Ohlemacher
Hello, i noticed a memory problem with my valgrind plugin for jenkins. The result of the valgrind plugin (basically a list of errors with stacktraces) is stored with the build (build.xml). After a fresh restart of jenkins, those builds gets deserialized and kept in memory as soon as the first

Re: Plugin hosting request, valgrind-plugin

2012-05-15 Thread Johannes Ohlemacher
was added as help text to the runner I would be replicate >it. > > > Where should I add feedback like this? > > Regards, > Asmund > > -- > PS. I am dyslectic sentences so ask if anything is unclear! > > > > On Wed, May 9, 2012 at 7:07 PM, Johannes Ohl

Re: "kind" and "stapler-class" attributes in JSON form data (since 1.463)

2012-05-15 Thread Johannes Ohlemacher
correct DataBoundConstructor. > > Chris > > > On Saturday, 12 May 2012 12:36:08 UTC+1, Johannes Ohlemacher wrote: >> >> Hi everyone, >> since version 1.463 i can't configure the Publisher of my plugin anymore. >> The JSONObject form data contains two str

New Jira component for valgrind plugin

2012-05-15 Thread Johannes Ohlemacher
Hi, a jira component for my valgrind plugin would be very useful (for bug reports and feature requests), can anyone please add it? my jira username: existence plugin id: valgrind regards, Johannes

"kind" and "stapler-class" attributes in JSON form data (since 1.463)

2012-05-12 Thread Johannes Ohlemacher
Hi everyone, since version 1.463 i can't configure the Publisher of my plugin anymore. The JSONObject form data contains two strange attributes: "kind" and "stapler-class". Because of those two attributes the StaplerRequest object can't bind the form data to the data bound constructor of my confi

Re: Plugin hosting request, valgrind-plugin

2012-05-09 Thread Johannes Ohlemacher
Am Mittwoch, 9. Mai 2012 12:49:11 UTC+2 schrieb Johannes Ohlemacher: > > Hi Asmund, > nice to hear there is some interest in a valgrind plugin. > > It just happened to require 1.455 because thats the version i am working > and testing with, but as Ulli said its a really good

Re: Plugin hosting request, valgrind-plugin

2012-05-09 Thread Johannes Ohlemacher
roduction > environment is 1.445? I may consider upgrading Jenkins just because of this > plugin, but I would prefer not to. > > Regards > Asmund > > > [1] https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin > > > On Fri, May 4, 2012 at 4:14 PM, Johannes Ohlemac

Re: Plugin hosting request, valgrind-plugin

2012-05-08 Thread Johannes Ohlemacher
Thanks everyone, works great :)

Plugin hosting request, valgrind-plugin

2012-05-04 Thread Johannes Ohlemacher
hi, i wrote a jenkins plugin to run valgrind on executables and collect information about memory leaks and errors. Its in use for some of my other projects since a couple of weeks and i would like to share it with the jenkins community. github ID: eXistence github rep: git://github.com/eXistenc