Hi,
I am new in Jenkins Plugin Development and searching for tutorial or book or may be some content that can help me to develop Jenkins plugin.
I have viewed few tutorial and after that i can create small small plugins like add text field to get input and display on Console.
But I need to create plugin in which i want to create new RootAction implementation and do some reporting stuff there.
So currently I have two major problem
- Problem with the design of the page because of Jelly scripting and
- Need help to understand the features that I can get from Jenkins in java code like Job Names, Job Type, Different Plugins info and many more.
Please suggest me something that I can use to create my plugin.
Thanks in advance :)