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

unkillable workflow builds with mansion cloud plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • None
    • workflow 1.9-beta1, jenkins 1.609.1
      (Dev @ Cloud)

      If Jenkins is restarted whilst a workflow is running using slaves from mansion cloud then the result is an unkillable build on the jenkins ui.

      this is easiest to reproduce cloudbees Dev@Cloud as the mansion cloud is already setup there.

      1) create a simple workflow that allocates a node and sleeps for a resonable amount of time.
      2) start the build and verify it completes
      3) start the build and then restart jenkins.

      expected results:

      either

      • when the master comes back up it reconnects to the salve that was running the task and resumes.
      • when the master comes back up it reconnects to the salve that was running the task and fails
      • when the master comes back up it keeps attempting to reconnect to the salve that was running the task and the user can manually abort the workflow at this time.

      actual results

      the master comes back up and the workflow resumes - but it does not appear to reconnect to the slave, and nor can you kill the build with the red "x" button in the jenkins ui,

      The only way to kill the build is to delete the build and restart jenkins again.
      The problem with this workaround is that it is likely another workflow will have been killed when you do this restart and the whole cycle of kill -> reboot -> kill reboot starts again.

            jglick Jesse Glick
            teilo James Nord
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: