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

On restarting broken build in pipeline, dashboard should update accordingly

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • build-pipeline-plugin
    • None
    • Build Pipeline Plugin Version: 1.4.5
      Jenkins Version: 1.554.2

      Let's say you have a pipeline:
      A -> B -> C

      1) And B fails for whatever reason.
      Then B is manually restarted with the "rebuild" button and the build passes, the pipeline should reflect this.

      2) And B passes.
      Then B is manually run with the "rerun" button and the build passes, the pipeline should show the latest build that succeeded

      Currently when B fails and then succeeds after the rerun, C can't be invoked anyway.

      (There was a similar bug in the Delivery Pipeline Plugin, where the description was partially copied from : https://issues.jenkins-ci.org/browse/JENKINS-22210).

          [JENKINS-26596] On restarting broken build in pipeline, dashboard should update accordingly

          Piotr Dytkowski added a comment - - edited

          Fix is in the PR: https://github.com/jenkinsci/build-pipeline-plugin/pull/66

          PR has wrong issue no. in the commit message. Does it have to be changed?

          Piotr Dytkowski added a comment - - edited Fix is in the PR: https://github.com/jenkinsci/build-pipeline-plugin/pull/66 PR has wrong issue no. in the commit message. Does it have to be changed?

          Idan Bidani added a comment -

          Can this issue be considered as higher priority?
          rerunning a new build is the very basic functionality of the plugin.

          Idan Bidani added a comment - Can this issue be considered as higher priority? rerunning a new build is the very basic functionality of the plugin.

          Dan Alvizu added a comment -

          I believe this is fixed - can you please re-test on master?

          This is very similar to JENKINS-30801, the PR is very similar as well. JENKINS-30801 was fixed in master and it's likely it resolved this issue as well.

          Dan Alvizu added a comment - I believe this is fixed - can you please re-test on master? This is very similar to JENKINS-30801 , the PR is very similar as well. JENKINS-30801 was fixed in master and it's likely it resolved this issue as well.

            jeckste John Eckstein
            piotr_dytkowski Piotr Dytkowski
            Votes:
            5 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: