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
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
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