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
{{ message }}
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
We have team members who have reported an issue few times where the CI Status message in the Gihub Pull Request corresponds to a wrong build number for a wrong job in a completely seperate pipeline.
Example here shows 3 images. First image shows two consecutive commits a day apart
Second and third images are screenshots for their respective CI builds
As shown in the image, we can see the commits and corresponding builds which are pointing to seperate jobs in concourse.
Need your help in identifying the root cause of this issue.
The text was updated successfully, but these errors were encountered:
Are you showing that the status (success/failure) is being applied to the incorrect SHA?
JD: This might be true. Not sure
Are you showing that the build number doesn't appear somewhere?
JD: The build number does appear
Are you showing that the build link goes to an incorrect place?
JD: Yes, this is the case exactly. The Pull Request Resource is looking for changes to MASTER branch in one repo. The correct job/task also gets triggered. However, when status is reported back to Github the build link refers to another build ( which normally belongs to a totally different pipeline )
Github is getting failed status messages from builds that aren't linked to the repo or pr.
We are running concourse v3.8.0
Your examples don't show sending pending messages do we need to?
We have team members who have reported an issue few times where the CI Status message in the Gihub Pull Request corresponds to a wrong build number for a wrong job in a completely seperate pipeline.

Example here shows 3 images. First image shows two consecutive commits a day apart
Second and third images are screenshots for their respective CI builds
As shown in the image, we can see the commits and corresponding builds which are pointing to seperate jobs in concourse.
Need your help in identifying the root cause of this issue.
The text was updated successfully, but these errors were encountered: