Basics: how to create templates with Template Project Plugin in Jenkins? -


i'm missing basic. have jenkins 1.607 , installed template project plugin 1.5.1 don't see way create templates. see, when select new job:

enter image description here

there workflow template above, no project template. i'm not sure should looking for...

searching online found following (http://mark.gg/2013/05/03/jenkins-and-templates/):

"to use template plugin, create job have modules - source code management (scm), builders, publishers - used other projects."

however, following instructions above page, jenkins creates regular job - don't see way specify modules. here scm section in job should become template:

template job scm section

new edit: ==>> have several jobs scm section defined. below newly created, freestyle job want use scm defined job, there no such choice:

new job want use scm template

for record, here snapshot of installed template plugins:

installed template plugins

appreciate pointers on how "create job have modules".

edit: upgraded jenkins latest 1.631 - same problem.

the template project classic jenkins job. in job, please define module want use in clone jobs (scm, build, post build, ...):

enter image description here

enter image description here

enter image description here

next, create new job , select template modules:

enter image description here

enter image description here

enter image description here

does solve problem? :)


Comments