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: Leaving directory `/var/lib/jenkins/jobs/xxx/workspace/go'
  [xUnit] [INFO] - Starting to record.
  [xUnit] [INFO] - Processing Custom Tool
  [xUnit] [INFO] - [Custom Tool] - 1 test report file(s) were found with 
the pattern 'go/go-test.xml' relative to 
'/var/lib/jenkins/jobs/xxx/workspace' for the testing framework 'Custom 
Tool'.
  [xUnit] [WARNING] - All test reports are empty.
  [xUnit] [INFO] - Check 'Failed Tests' threshold.
  [xUnit] [INFO] - Check 'Skipped Tests' threshold.
  [xUnit] [INFO] - Setting the build status to SUCCESS
  [xUnit] [INFO] - Stopping recording.

The file go-test.xml contains:


  








  
  


  

which implies 5 tests were run, as expected.

Looking for the source of that error leads me to [2]. I'm not familiar with 
Jenkins source code but I wonder if the junitFilePattern argument to 
getTestResult, "**/TEST-*.xml", is related? Does my output file have to be 
named to match this pattern?

Thanks,
brian

1 - https://bitbucket.org/tebeka/go2xunit
2- 
https://github.com/jenkinsci/xunit-plugin/blob/a4790967f8928d368b819b35b6577d474c660066/src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java#L257

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 PM UTC+2, Ullrich Hafner wrote:
>
> You don’t need to change the artifact ID. It would be good if the name or 
> description would clarify that you can select a set of tests to execute 
> with your plugin.
>
> Ulli
>
> Am 11.01.2014 um 15:18 schrieb Tamar Camus 
> >:
>
> Thank you.
> should i change the name of the plugin in my code?
>
> On Saturday, January 11, 2014 4:13:50 PM UTC+2, Ullrich Hafner wrote:
>>
>> I changed the name of the repository a bit since we already have a 
>> parallel-test-executor plug-in:
>> https://github.com/jenkinsci/selected-tests-executor-plugin
>>
>> Welcome aboard!
>>
>> Ulli
>>
>> Am 10.01.2014 um 17:03 schrieb Tamar Camus :
>>
>> Hi,
>>
>> We've created a plugin that allows you to choose specific tests you want 
>> to run on build.
>>
>> https://github.com/tamarca/TestExecuter
>>
>> We would like to host the plugin on https://github.com/jenkinsci.
>> You can clone the sources from corresponding github repos, my GitHub ID 
>> is *tamarca*.
>>
>> Thanks,
>> Tamar Camus and Moshe Bonen.
>>
>> -- 
>> 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 it, send an 
>> email to jenkinsci-de...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
> -- 
> 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 it, send an 
> email to jenkinsci-de...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.01.2014, at 10:14, oliver gondža  wrote:

> 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 subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 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-branch-project-type-tp4677934p4687545.html
> Sent from the Jenkins dev mailing list archive at Nabble.com.
> 
> -- 
> 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 it, send an 
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



signature.asc
Description: Message signed with OpenPGP using GPGMail


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 take a look at the m-r-p, but I currently can’t promise any
> time - sorry :(
> /Domi
>
>
> On 13.01.2014, at 09:21, Stephen Connolly 
> wrote:
>
>
>
> On Sunday, 12 January 2014, Dominik Bartholdi wrote:
>
>> The maven team
>>
>
> Nice dodge of self promotion there
>
> ;-)
>
> Btw do you want to take a run at m-r-p?
>
>
>> has just release a git provider based on jgit, if you configure the
>> release plugin to use this one, then you don’t have to downgrade git.
>>
>>
>> http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/index.html
>>
>> /Domi
>>
>> On 12.01.2014, at 11:52, Nigel Magnay  wrote:
>>
>> I've just had this problem too, with two separate plugins.
>>
>> maven-release-plugin is just total crapola. Just do a manual mvn
>> versions:set and deploy.
>>
>>
>>
>> On Sat, Jan 4, 2014 at 4:17 PM, ogondza  wrote:
>>
>>> I have seen this problem today using:
>>>
>>> maven 3.1.1
>>> maven-releas-plugin 2.2.2
>>> git 1.8.5
>>>
>>> Worked around downgrading git to 1.8.4.
>>>
>>> http://jira.codehaus.org/browse/MRELEASE-812
>>> --
>>> oliver
>>>
>>>
>>>
>>> --
>>> 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 it, send
>>> an email to jenkinsci-dev+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>> --
>> 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 it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>> --
>> 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 it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
> --
> Sent from my phone
>
> --
> 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 it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>  --
> 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 it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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?
>
> ATB
>
>
>
> -
> Dave English, Wiredthing
> --
> View this message in context:
> http://jenkins-ci.361315.n4.nabble.com/Adventurous-users-wanted-Literate-multi-branch-project-type-tp4677934p4687545.html
> Sent from the Jenkins dev mailing list archive at Nabble.com.
>
> --
> 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 it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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-branch-project-type-tp4677934p4687545.html
Sent from the Jenkins dev mailing list archive at Nabble.com.

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 message in context: 
http://jenkins-ci.361315.n4.nabble.com/request-for-chef-jenkins-pluign-hosting-tp4686944.html
Sent from the Jenkins dev mailing list archive at Nabble.com.

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 need to create a plugin that executes calls to a program written in a
> language other than java, ruby or groovy. I was thinking about making calls
> to this program from inside Jenkins plugin through java's
>
> Runtime().exec command. I am not sure if this is the best practice for
> implementing this sort of calls.
>
> Any advice will be greatly appreciated.
>
> Thank you,
> Vicki
>
> --
> 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 it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Human by day user by night

-- 
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 it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 subscribed to the Google Groups "Jenkins 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.