I would take a look at FreeStyleProject. You'd need @Extension and some templates at the very least.
https://javadoc.jenkins.io/hudson/model/FreeStyleProject.html Maven project type is pretty much abandoned because of how integrated it was with the java version your running jenkins with. But why would you want a new job type, does pipeline or multibranch pipeline not work for you? On Thu, Aug 6, 2020 at 3:09 PM Michael Carter <[email protected]> wrote: > Was trying to reverse engineer the Ivy/Maven project to figure out how to > create my own type of job. > > Is there a basic Hello World type template I could grab and expand off of? > > -- > 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/0e8388c7-751f-4c23-96d8-21efcfabf428o%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/0e8388c7-751f-4c23-96d8-21efcfabf428o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAG%3D_DuvN4BctbkF5SVdFnBF%2BqtB565y2YKnO3xKJ5LaRn_uKfg%40mail.gmail.com.
