Re: Repository Connector Plugin: usage in the DSL scripts

2017-04-13 Thread Victor Martinez
Hi there, If you use 1.50 version you can use: - https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL I just installed https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin and i was able to generate a DSL using the below DLS snippet

Re: Repository Connector Plugin: usage in the DSL scripts

2017-04-07 Thread Ilija Rizovski
Hey Remi, Unfortunately no, I gave up after a while so I don't have a solution to that. Regards, Ilija On Friday, April 7, 2017 at 5:09:53 AM UTC+2, remi@gmail.com wrote: > > Hi Ilija, > > Did you find a solution to your problem? I am interested in achieving the > same thing as you! > > R

Re: Repository Connector Plugin: usage in the DSL scripts

2017-04-06 Thread remi . roques
Hi Ilija, Did you find a solution to your problem? I am interested in achieving the same thing as you! Regards, Remi On Friday, August 19, 2016 at 12:53:21 AM UTC+12, Ilija Rizovski wrote: > > Hi, > > I am using Repository Connector Plugin v1.1.3, and also using Job DSL > Plugin v1.50. > > T

Repository Connector Plugin: usage in the DSL scripts

2016-08-18 Thread Ilija Rizovski
Hi, I am using Repository Connector Plugin v1.1.3, and also using Job DSL Plugin v1.50. The question is: How do I call this Repository Connector Plugin in my groovy script as a parameter? I searched in the documentation but cou