Re: How to force the installation of a plugin using the JenkinsRule?

2015-07-29 Thread Victor Martinez
Thanks Jesse, For some weird reason it didn't work when I ran it and after cloning that repo again it works. Maybe some corruption within my workspace. Thanks for you help On Monday, 27 July 2015 21:56:10 UTC+2, Jesse Glick wrote: On Mon, Jul 27, 2015 at 3:30 PM, Victor Martinez

Re: How to force the installation of a plugin using the JenkinsRule?

2015-07-27 Thread Jesse Glick
On Mon, Jul 27, 2015 at 3:30 PM, Victor Martinez victormartinezru...@gmail.com wrote: For some reason the gradle plugin is not installed when I run mvn test Not sure, it works for me. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

How to force the installation of a plugin using the JenkinsRule?

2015-07-27 Thread Victor Martinez
Hi there, I'm using the JenkinsRule in the test phase of a particular plugin development and I would like to know how I can install a particular plugin in the UT phase. For instance: pom.xml ... dependencies dependency groupIdorg.jenkins-ci.plugins/groupId

How to force the installation of a plugin using the JenkinsRule?

2015-07-27 Thread Victor Martinez
Hi there, I'm using the JenkinsRule in the test phase of a particular plugin development and I would like to know how I can install a particular plugin in the UT phase. For instance: pom.xml ... dependencies dependency groupIdorg.jenkins-ci.plugins/groupId