You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add databaseId field to Github graphql model. If that field is not present it will falls back to ID.
So I suppose, it is related to addition of the databaseId field and it doesn't seem to default back to ID when it is missing. Also the testcases doesn't seem to have the scenario where databaseId doesn't exist.
Note that my job is interacting with enterprise github (NOT github.com) and its version is: GitHub Enterprise Server 2.22.10. So it may be running older version of Github.
I have a put step of github release which fails with concourse 7.5.0 with the following error:
error running command: Field 'databaseId' doesn't exist on type 'Release'
If I downgrade back to 7.4.0, the same pipeline works.
Here's the part of the job that fails:
version.python is a semver resource. I have also filed concourse/concourse#7612, but I suspect this issue belongs here.
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: