Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-68426

Jenkins runs many builds if mouse hardware failure causes multiple clicks.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      Bug Description

      The Build Now on left side toolbar

      and Build button in Build with Parameters.

      Both have the same problem.
      The launched Job from mouse hardware failure's multiple clicks will always complete.
      This occur on multi-branch pipeline with build parameter and simple single pipeline with only echo 'Hello World' stage without any parameters.

      Step to reproduce

      1. You need AutoHotkey to simulate mouse hardware failure. Please install from here https://www.autohotkey.com/
        • create hotkey script with extension .ahk
        • copy following script
          autohotkey
          F4::
          Click 3
          
        • right click on your .ahk script and choose Run Script
      2. Hover your mouse over build button and press F4 it will simulate mouse click 3 times consecutively.
      3. You should see following result

        1. BugMultipleExecution.png
          BugMultipleExecution.png
          12 kB
        2. BuildNowToolBar.png
          BuildNowToolBar.png
          3 kB
        3. BuildWithParameter.png
          BuildWithParameter.png
          0.7 kB
        4. RunAutoHotkey.png
          RunAutoHotkey.png
          8 kB
        5. support_2022-05-07_07.43.14.zip
          155 kB

            Unassigned Unassigned
            bobo_sm Skon Matayatana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: