On Thu, Jan 29, 2015 at 11:38 AM, Ivo Bellin Salarin <[email protected]> wrote: > I've started developing a custom project type. > […] > Do you know an existing project type, whose code base is small, which matches > my needs?
I am not aware of one offhand. Adding a new project type is a significant endeavour. But you can check: https://github.com/search?type=Code&q=user%3Ajenkinsci+%22extends+AbstractProjectDescriptor%22 FYI, the Templates plugin in Jenkins Enterprise exists for precisely this use case (so far as I follow your description). There are OSS plugins which also tackle the general problem of avoiding repetition of configuration, though none (AFAIK) that do so in the same way. -- 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/CANfRfr2coDq8NjMtbcNfYCpLFJh3czGG5_03jWWp3Z1NeEegmA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
