xUnit - "All test reports are empty."

2014-01-14 Thread Brian Fallik
Hi, I'm trying to use the xUnit plugin to collect tests from go (using [1]). I've installed and set up the plugin which seems to be working OK except that it doesn't detect any tests. The plugin outputs to the console: ... go test -v xxx | bin/go2xunit -fail -output go-test.xml make: Leavi

Re: TestExecuter plugin request hosting

2014-01-14 Thread Tamar Camus
Hi Ulli, Our plugin appears now in the "update center" with the name "TestExecuter". We expected it to be published with the name you gave (selected tests executor plugin). what should we change in order for the name to be correct? thank you, Tamar and Moshe On Saturday, January 11, 2014 4:54:21

Re: Backports for 1.532.2

2014-01-14 Thread Daniel Beck
The backport of JENKINS-20772 is missing a few commits. Not sure whether this qualifies for a change after RC (+ I might be biased), OTOH it's client side presentation (i.e. rather safe to do) only. Comment and screenshots in the issue. https://issues.jenkins-ci.org/browse/JENKINS-20772 On 14.

Re: Adventurous users wanted! Literate multi-branch project type

2014-01-14 Thread Dave English
My mistake. Having changed the u[date Site to experimental and Submitted, I had not pressed “Check now”. Thanks, now here goes … On 14 Jan 2014, at 16:36, sandersw wrote: > Am I right that the plugins are no longer present in the experimental update > centre? > > If so, then does that mean I

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-01-14 Thread Vincent Latombe
I hit that problem recently, adding maven-release-plugin ${maven-release-plugin.version} org.apache.maven.scm maven-scm-provider-gitexe 1.9 was enough to work with latest git (1.8.5.2). HTH, Vincent 2014/1/13 Dominik Bartholdi > ;-) > > I’ll try to ta

Re: Adventurous users wanted! Literate multi-branch project type

2014-01-14 Thread Stephen Connolly
I see them in http://updates.jenkins-ci.org/experimental/ so not sure what you are getting at... On 14 January 2014 16:36, sandersw wrote: > Am I right that the plugins are no longer present in the experimental > update > centre? > > If so, then does that mean I need to build them from source?

Re: Adventurous users wanted! Literate multi-branch project type

2014-01-14 Thread sandersw
Am I right that the plugins are no longer present in the experimental update centre? If so, then does that mean I need to build them from source? ATB - Dave English, Wiredthing -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Adventurous-users-wanted-Literate-multi-

request for chef-jenkins pluign hosting

2014-01-14 Thread melezhik
Hi all! I have created jenkins plugin to run chef client remotely on others hosts; Plugin provides concise but useful UI; Color/less output, setting chef attributes, run list, enable why-run mode and configuration path. The link at - https://github.com/melezhik/chef-plugin -- View this mes

Re: Best practice to wrap system calls into Jenkins plugin?

2014-01-14 Thread Zoran Regvart
Hi, use hudson.Launcher[1] its provided in perform method of Builder[2] that you extend to implement your plugin. zoran [1] http://javadoc.jenkins-ci.org/hudson/Launcher.html [2] http://javadoc.jenkins-ci.org/hudson/tasks/Builder.html On 14 January 2014 00:44, Vicki Kozel wrote: > Hello, > I ne

Re: Backports for 1.532.2

2014-01-14 Thread oliver gondža
Hi, The RC is out[1] fixing 24 issues[2]. [1] https://jenkins-ci.org/stable-rc [2] https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+10172+AND+labels+%3D+%221.532.2-fixed%22 Happy testing -- oliver -- You received this message because you are subscribe