Re: Re: New Plugin

2012-07-16 Thread Phil Rumble
I don't seem to have commit rights. Can you assist please? On Thu, Jul 12, 2012 at 3:00 PM, nicolas de loof wrote: > + CI job > https://jenkins.ci.cloudbees.com/job/plugins/job/lotus-connections/ > > > 2012/7/12 Vojtech Juranek > >> Hi, >> forked as lotus-connections-plugin [1]. I got some error

Re: [GitPlugin] Build Errors

2012-07-16 Thread John Hsing
who can help ? 在 2012年7月17日星期二UTC+8上午10时20分38秒,John Hsing写道: > > Hi everybody, > > who met the same problem as bellow ? > > [INFO] Scanning for projects... >> [ERROR] The build could not read 1 project -> [Help 1] >> [ERROR] >> [ERROR] The project org.jenkinsci.plugins:git:1.1.21 >> (/work/c

[GitPlugin] Build Errors

2012-07-16 Thread John Hsing
Hi everybody, who met the same problem as bellow ? [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.jenkinsci.plugins:git:1.1.21 > (/work/ci/plugins/git-plugin/pom.xml) has 1 error > [ERROR] Non-resolvable paren

commit access to jenkow plugin

2012-07-16 Thread Srinivasan Chikkala
Hi I am one of the developers of jenkow plugin [1]. Can you provide me commit access to this repo? My github id : chikkala [1] https://github.com/jenkinsci/jenkow-plugin Regards, -Srinivasan

Robustness against improperly serialized Action's

2012-07-16 Thread Jesse Glick
I noticed that if you have the Subversion plugin installed and a jobs/*/builds/*/build.xml contains then whenever you visit the job page you get hudson.ExpressionFactory2$JexlExpression evaluate WARNING: Caught exception evaluating: it.isTagged(). Reason: java.lang.NullPoint

Re: new CustomHistory plugin

2012-07-16 Thread cjo
nicolas de loof was meaning the jenkinsci owners on github, and is probably linked to the other issue seen on the IRC jenkins-admin bot "Grating commit access to a plugin fails" https://groups.google.com/d/topic/jenkinsci-dev/jj4SUYeDpRg/discussion where the user cannot be given commit privileg

Re: new CustomHistory plugin

2012-07-16 Thread Roman
I'm account owner of my accounts. Where should I look? Probably side effect of the fork error , need to add you to dev team. Can an account owner have a look ? Le 15 juil. 2012 10:26, "Roman" a écrit : Hi Nicolas, I cannot publish plugin: I executing command as described on page https://wiki

Re: Plot data on the « ../job/ %job_name% / %build_number% /testReports» - page.

2012-07-16 Thread Bruno P. Kinoshita
Hi Hans, There is one extension point for this, the TestDataPublisher. If you are using JUnit XML files, that may work. Alternatively, you can also create an Action that extends AbstractTestResultAction. Have a look at jenkins/core package hudson.tasks.test, there you will find other classes

Extension point for testReport-page?

2012-07-16 Thread Hans Olaf Hågenvik
Is there any extensionpoint I can use to add stuff to the "../job/job_name/build_number/testReport" page? I am new to jenkins plugin development, so I would be very greatfull if anyone could give a super-simple example on how to do this (with the java and jelly-code)?

Grating commit access to a plugin fails

2012-07-16 Thread Vojtech Juranek
Hi, I was asked by jsvitak to grant him commit access to jbpm-workflow-plugin [1], but when I tried to do so via IRC bot, it fails with 13:49] jenkins-admin: Make jsvitak a committer of jbpm-workflow- plugin [13:49] Failed to create a repository: {"message":"Server Error"} Any idea what's w

Re: Plot data on the « ../job/ %job_name% / %build_number% /testReports» - page.

2012-07-16 Thread Hans Olaf Hågenvik
Thanks. I have tried the plot plugin, but I can't get it work. I get some error ( java.lang.NoSuchMethodError: net.sf.json.JSONObject.put(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; at hudson.plugins.plot.SeriesFactory.createSeries(SeriesFactory.java:27) at hudson.pl

Re: Plot data on the « ../job/ %job_name% / %build_number% /testReports» - page.

2012-07-16 Thread Emanuele Zattin
Hello Hans, maybe the plotting plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin) or the analysis-core-plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins) can help you. Alternatively you can plot using JavaScript and canvas. There are several librari

Plot data on the « ../job/ %job_name% / %build_number% /testReports» - page.

2012-07-16 Thread Hans Olaf Hågenvik
Hi I have been asked to develop a hudson-plugin that makes it possible to plot data generated in a .xml-file on the « ../job/ %job_name% / %build_number% /testReports» - page. I am really new to both hudson and hudson-plugin development, and I wonder if there already exists a plugin that ca