Is there any tool to create Jenkins Plugin? -


i have jenkins job working fine. need create jenkins plugin bundling whole functionality of current jenkins job.

i know can create jenkins job using maven, jelly , java. want easy way of creating plugin.

do know tools requirement.?????

well, known, in cases, develop jenkins plugin using maven & java.

but alternative, can choose other methods if you , here some:

if not @ java , try develop jenkins plugin in ruby or python , can try:

  1. https://github.com/jenkinsci/jenkins.py/wiki https://github.com/jenkinsci/jenkins.py/wiki/getting-started-with-python-plugins
  2. jenkins plugin development in ruby

if don't maven , want try other build tool gradle, you: https://wiki.jenkins-ci.org/display/jenkins/gradle+jpi+plugin

also, found in cloudbee site there way develop jenkins plugin using groovy script,this super easy , sure it. https://www.cloudbees.com/event/topic/groovy-way-write-jenkins-plugin


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -