I did not see a comparable issue on this, and I have been trying to debug on my own for half a day, so hoping to get some insight on what might be the problem.
GoCD server and agents running in docker containers. Everything works great but am having issues with triggering pipelines when new enterprise git PRs are created. I followed the setup instructions in this repo and the error below seems to indicate the communication between our company enterprise git is detecting new PRs, but the scheduling is failing.
I did have to add ~/.github configuration in the good-server docker container and connection test returned green so that does not appear to be the problem.
I did not see a comparable issue on this, and I have been trying to debug on my own for half a day, so hoping to get some insight on what might be the problem.
GoCD server and agents running in docker containers. Everything works great but am having issues with triggering pipelines when new enterprise git PRs are created. I followed the setup instructions in this repo and the error below seems to indicate the communication between our company enterprise git is detecting new PRs, but the scheduling is failing.
I did have to add ~/.github configuration in the good-server docker container and connection test returned green so that does not appear to be the problem.
Environment: gocd/gocd-server:v19.12.0 gocd/gocd-agent-ubuntu-18.04:v19.12.0 github-pr-poller-1.3.5.jar github-pr-status-1.6-73.jar
Thanks in advance for any help.