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 > > wro

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 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 unsubscribe from this group an

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 ... org.jenkins-ci.plugins gradle 1.24 test ... // functional

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 ... org.jenkins-ci.plugins gradle 1.24 test ... // functional