Re: [hibernate-dev] Jenkins Plugins

2013-04-29 Thread Sanne Grinovero
Yes the scripts creating the server manage plugin installations too, but it's absolutely fine to install them manually to play with them, and add them to the script later when you're convinced you want to keep them. To make sure a plugin is automatically installed when re-running the machine creat

[hibernate-dev] Jenkins Plugins

2013-04-29 Thread Steve Ebersole
Curious what the approach is for applying plugins on ci.hibernate.org. IIRC Sanne you were wanting to script creation of these servers. Did that include plugins as well? I just installed the Gravatar plugin. Was thinking about applying some others, but then I remember (vaguely) about this sc

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-29 Thread Steve Ebersole
Never mind about the test results, it was a typo. I typed in the fileset using test-reports instead of test-results. Re-running the build again (#7). On Mon 29 Apr 2013 03:49:12 PM CDT, Steve Ebersole wrote: > On the new machine I am not able to get tests hooked in properly. I > added a "pos

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-29 Thread Steve Ebersole
On the new machine I am not able to get tests hooked in properly. I added a "post build hook" to "publish test results", but the build fails saying it does not like my fileset definition. I set it as "**/target/test-results/*.xml", but it says it is not able to find any tests using that. Do