Hi there,
We have a system that automatically triggers pending release candidate PRs after each change on the master.
After we moved to Circle CI enterprise, it doesn’t seem to work anymore. Our API triggered jobs are not getting the context. And not injecting additional environment variables from the “context”.
Could you please let us know the right way to do it?
Our context -
We have a service that monitors master changes (through Github callback), and triggers build request through -
https://ci.<our-ccie-domain>/api/v1.1/project/github/<our-repo>/tree/<our-branch>?circle-token=<API-TOKEN>
Thanks in advance.