Hi, I'm trying to achieve the following workflow (which I'm currently implementing with an external script) with any combination of plugins:
1. Receive notification from GitHub post-receive hook. 2. Check whether there's any job configured for the reported branch. 3. If not, create one based on a template job and update the branch associated to it. 4. Run the job. Any ideas on how to do it? TIA
