ghprb-plugin icon indicating copy to clipboard operation
ghprb-plugin copied to clipboard

Cancel build on update is not setting the build commit status

Open saikirankv opened this issue 6 years ago • 2 comments

I have setup a job and configured cancel-build-on-update for that job. When a new commit is pushed to the same PR, I can see that build is getting aborted but in PR its showing commit status as Pending.

saikirankv avatar Nov 21 '18 11:11 saikirankv

I'm experiencing this as well. Wondering if anyone ever found a fix.

bbatliner avatar Oct 08 '19 16:10 bbatliner

There are just 4 possible statuses in GitHub checks - error, failure, pending, or success. Aborted job is actually nothing of those. Maybe a good solution will be at least to replace "Pending — Build started" with "Pending - Build aborted".

More about GitHub statuses.

primoz-p avatar Feb 12 '21 15:02 primoz-p