Conceptually, you may be able to use the "checkout" step from pipeline and replace the reference to the GitSCM class with a reference to the class which implements your git plugin. Use the "Pipeline Syntax" in your Jenkins installation, choose "checkout" as the step, choose Git, then generate the syntax to see the example with the GitSCM class.
Mark Waite On Wed, Mar 15, 2017 at 7:59 AM Tomas Pekarovic <[email protected]> wrote: > Hello all, > > I recently started to use pipeline (jenkins 2+) to create better and > easier to use build processes. > On latest project I found one problem. We have our *own* GIT PLUGIN that > do some other stuff as others plugins. > > I'm looking for a way how to use this plugin in pipeline script. Is this > even possible? There is git/svn/generalSCM but I just can't find way how to > start/use our own plugin. > > Thanks for help > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/99e17d36-c953-4a23-8380-7ce7acbbe5d5%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/99e17d36-c953-4a23-8380-7ce7acbbe5d5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtG9zCO2J3emNmNEcd-jG%3DOiB040pynk8%2BT475bDjmB1gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
