Hi!
I am new to Jenkins and my task is to develop a Jenkins plugin. I realize I need to extend the correct Jenkins class. Is there some good Jenkins code tutorial/description somewhere?
I look at this list:
but I don't really understand how I should find the Extension point I need. They seems to be ordered according to what other plugin it is associated with, not according to the organization of the user interface. Should I have to learn what all these other plugins are doing first?
Thanks for any help or advice!
Karin
A bit overwhelmed.