gocd-build-github-pull-requests
gocd-build-github-pull-requests copied to clipboard
Some PR environment variables missing
Hi,
I'm experiencing a strange behaviour that from around the 28th of October it seems that builds don't have some of the PR environment variables.
I can see the following environment variables:
GO_SCM_*_PR_ID
GO_SCM_*_LABEL
GO_SCM_*_URL
GO_SCM_*_DEFAULTBRANCH
But not these:
GO_SCM_*_PR_TITLE
GO_SCM_*_PR_DESCRIPTION
GO_SCM_*_PR_BRANCH
GO_SCM_*_TARGET_BRANCH
I haven't changed any of my credentials or github permissions and I have a ~/.github file containing username and oauth properties in it.
I've gone through this post and double checked everything.
I don't see anything in the logs, what I do see is that starting around the 28th of October this extra information started to not show up on all our PR pipelines.
Is there anything else I can do to debug this further?
Thanks