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
fix: commit status for unauthorized user in Bitbucket Data Center
For unauthorized users waiting for /ok-to-test approval, build status
was incorrectly showing as "running" instead of "pending". This was
caused by the CreateStatus function setting statusOpts.Conclusion to
"UNKNOWN" when statusOpts.Status was "queued", instead of preserving
the "pending" conclusion.
The fix ensures that when status is "queued" and conclusion is "pending",
the pending state is preserved, resulting in the correct "pending" build
status in Bitbucket Data Center while waiting for repository admin
approval via /ok-to-test comment.
fixes: openshift-pipelines#2148
JIRA: https://issues.redhat.com/browse/SRVKP-8269
Signed-off-by: Zaki Shaikh <[email protected]>
0 commit comments