1. I usually create an empty plugin project and add dependencies to any plugins that I need to access.
2. There are more than a thousand code examples here https://github.com/jenkinsci ;) /B On Mon, May 18, 2015 at 11:00 AM, Gilad Baruchian <[email protected]> wrote: > I have groovy scripts that work in my jenkins instance. > I would like to be able to also run them from IntelliJ, but it seems like > i need the jenkins jars for the imports to work (for example import > hudson.model.*). > > 1. How can I get all the Jars I need to run jenkins groovy code? > 2. Do you know of any good tutorials to learn about using the jenkins > libraries ? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/ccd43ad5-c03c-4e33-8baf-5125d777474b%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/ccd43ad5-c03c-4e33-8baf-5125d777474b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Robert Sandell *Software Engineer* *CloudBees Inc.* -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CALzHZS2fH6ewADgWCAxBTsFpLOBB-ZyMLTBMdiNSATFhaa5nTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
