That's not that simple
2014-05-02 17:45 GMT+02:00 Les Mikesell <[email protected]>: > On Fri, May 2, 2014 at 10:18 AM, nicolas de loof > <[email protected]> wrote: > > > >> The DSL itself is the least interesting part to me. I don't really > >> care about the keyword names or the syntax of where the squigglies go. > >> But you have clearly put a lot of effort into choosing the useful > >> high-level operations and wrapping access to the jenkins API with > >> reasonable error handling. I think it would be very useful to have > >> access to those operations as simple groovy methods without having to > >> repeat that effort and include a huge amount of visible code in each > >> job. > > > > > > Those "simple groovy methods" ARE the DSL keywords :P > > Like I said, I don't know much groovy. Are you saying I could just > drop your class files somewhere on the master and call their methods > in a groovy job that runs on a slave? What's the magic to get the > classes loaded when you don't have local jars to import? > > -- > Les Mikesell > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
