You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hi,
I want to create plugin that: - adds new job type containing some custom form fields visible during new item configuration, - after clicking 'Save' it dumps configuration to JSON file that will be used by my custom package builder during build.
I've browsed plugins carefully and haven't found anything that would do things mentioned above, but I want to be sure before writing my own plugin.