Github or Jenkins to detect when a file has been added to, modified or deleted from a Github repo so that it can trigger scripts

2019-05-04 Thread renato . marcandier
Hello all, Is there a way for Github or Jenkins to detect when a file has been added to, modified or deleted from a Github repo so that it can trigger scripts (e.g. trigger an automatic dry-run of the proposed change in NSO for someone to review)? -- You received this message because you are

[no subject]

2019-05-04 Thread Renato Marcandier
Is there a way for Github or Jenkins to detect when a file has been added to, modified or deleted from a Github repo so that it can trigger scripts (e.g. trigger an automatic dry-run of the proposed change in NSO for someone to review)? Renato Marcandier -- You received this message because you

Re:

2019-05-04 Thread Jan Monterrubio
You can act on push events. GitHub would have to notify Jenkins of the event. https://developer.github.com/v3/activity/events/types/ https://developer.github.com/webhooks/ On Sat, May 4, 2019 at 07:49 Renato Marcandier wrote: > Is there a way for Github or Jenkins to detect when a file has be