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:
- https://github.com/jenkinsci/jenkins.py/wiki https://github.com/jenkinsci/jenkins.py/wiki/getting-started-with-python-plugins
- 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
Post a Comment