Hello,
Description: When I click the “Abort” button on a Jenkins build job, two confirmation dialogs appear.
Impact: This affects the user experience, as I have to click through two confirmation dialogs to successfully abort the build.
Browsers: This issue is observed in Chrome (the probability of reproduction increases with more than five extensions installed). The problem does not currently reproduce in other browsers (Safari, Edge, Firefox). Additionally, the issue does not reproduce in Chrome when no extensions are installed.
Operating Systems: This issue occurs on both Mac and Windows.
Reproduction Steps:
- Start any simple task with a sufficient execution time (to facilitate the cancellation operation). I have created a local Jenkins job by setting up a simple “Hello World” pipeline and added a long sleep command (
sleep(999999)
). - On the build details page, click the “Cancel” button.
- The issue reproduces. (if it doesn’t reproduce, try refreshing the page and clicking the “Cancel” button again).
I opened the page’s inspect tool and observed that clicking once generates two confirmation dialogs.