I think you want to read the wiki docs about "extend Jenkins". And also, look at existing plugins. Often plugins are just a few classes so it's helpful to have a look at live example on how do things.
If you have more specific questions then, please come back asking. Better use the dev ml then. Cheers Le 17 nov. 2016 10:30 PM, "Daniel Bilar" <[email protected]> a écrit : > Hello people, > > A recent conference I attended has a talk which showed the insidious > effect of 3rd party dependencies in FOSS software. Example > > Node.js can be completely subverted by single malicious 3rd party > dependency > > This is not theoretical. See teh NPM/left-pad ripple effect > http://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/ > ?mt=1479418338756 > I'd like to address this by encapsulating commit-watcher > https://github.com/srcclr/commit-watcher as a Jenkins plug-in to watch > 3rd party dependencies of the open-source projects I use to find > undisclosed security vulnerabilities and patches. > > I have 0 experience writing these plugins (I'm an infosec guy helping > design better CI pipelines) - how should I go about this? > > Thanks for your time > > Daniel > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/113a90bc-6427-4edc-a1b7-c3b012ae6b47%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/113a90bc-6427-4edc-a1b7-c3b012ae6b47%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7Mrxk3RQt1sMvWUEOGUhreqA%2BU6ci_42t_RuK4Nuw52w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
