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

On restarting broken build in pipeline, dashboard should update accordingly

      Let's say you have a pipeline:
      A -> B -> C
      And B fails for whatever reason.
      "B" is either manually restarted with the "rebuild" button or automatically restarted via the "naginator" plugin and the build passes, it would be since to have the pipeline reflect this.

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

          oh, my bad, sorry... Just the description matched my problem perfectly. I will create an issue in the Build Pipeline Plugin.

          Piotr Dytkowski added a comment - oh, my bad, sorry... Just the description matched my problem perfectly. I will create an issue in the Build Pipeline Plugin.

          Patrik Boström added a comment - - edited

          No problem, when looking into you PR it looks similar to the problem I have with the Build Pipeline Plugin.
          Can you please test https://github.com/jenkinsci/build-pipeline-plugin/pull/65 to see if that one solves your problem?

          Patrik Boström added a comment - - edited No problem, when looking into you PR it looks similar to the problem I have with the Build Pipeline Plugin. Can you please test https://github.com/jenkinsci/build-pipeline-plugin/pull/65 to see if that one solves your problem?

          Not really. You had problems with multiple upstream jobs, in the build-pipeline-plugin the upstream job was not passed at all. This bug can be closed. Thanks.

          Piotr Dytkowski added a comment - Not really. You had problems with multiple upstream jobs, in the build-pipeline-plugin the upstream job was not passed at all. This bug can be closed. Thanks.

          Reopened by accident.

          Piotr Dytkowski added a comment - Reopened by accident.

          Code changed in jenkins
          User: piotr.dytkowski
          Path:
          src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java
          src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
          src/main/webapp/js/build-pipeline.js
          http://jenkins-ci.org/commit/build-pipeline-plugin/d7e6e73de9ce2bb9af412c2a7777de508593e00d
          Log:
          [Fixed JENKINS-22210]: restarting the failed job manually will reflect in changes in the pipeline and allow you to proceed with the next build in the pipeline

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: piotr.dytkowski Path: src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly src/main/webapp/js/build-pipeline.js http://jenkins-ci.org/commit/build-pipeline-plugin/d7e6e73de9ce2bb9af412c2a7777de508593e00d Log: [Fixed JENKINS-22210] : restarting the failed job manually will reflect in changes in the pipeline and allow you to proceed with the next build in the pipeline

          Code changed in jenkins
          User: Geoff Bullen
          Path:
          src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java
          src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
          src/main/webapp/js/build-pipeline.js
          http://jenkins-ci.org/commit/build-pipeline-plugin/a8cd14c0b9aba2f8c90389254f298db3d1b8c2cd
          Log:
          Merge pull request #66 from betgenius/master

          [Fixed JENKINS-22210]: restarting the failed job manually

          Compare: https://github.com/jenkinsci/build-pipeline-plugin/compare/f4a8d984a2b1...a8cd14c0b9ab

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Geoff Bullen Path: src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly src/main/webapp/js/build-pipeline.js http://jenkins-ci.org/commit/build-pipeline-plugin/a8cd14c0b9aba2f8c90389254f298db3d1b8c2cd Log: Merge pull request #66 from betgenius/master [Fixed JENKINS-22210] : restarting the failed job manually Compare: https://github.com/jenkinsci/build-pipeline-plugin/compare/f4a8d984a2b1...a8cd14c0b9ab

          Code changed in jenkins
          User: Kanstantsin Shautsou
          Path:
          src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java
          src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
          src/main/webapp/js/build-pipeline.js
          http://jenkins-ci.org/commit/build-pipeline-plugin/59e7d05d8ab2186263f39324205680a79e493263
          Log:
          Revert "[Fixed JENKINS-22210]: restarting the failed job manually"

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kanstantsin Shautsou Path: src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly src/main/webapp/js/build-pipeline.js http://jenkins-ci.org/commit/build-pipeline-plugin/59e7d05d8ab2186263f39324205680a79e493263 Log: Revert " [Fixed JENKINS-22210] : restarting the failed job manually"

          Code changed in jenkins
          User: Kanstantsin Shautsou
          Path:
          src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java
          src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
          src/main/webapp/js/build-pipeline.js
          http://jenkins-ci.org/commit/build-pipeline-plugin/25ccbeff03aa06458abfb251c5458072d385662b
          Log:
          Merge pull request #69 from jenkinsci/revert-66-master

          Revert "[Fixed JENKINS-22210]: restarting the failed job manually"

          Compare: https://github.com/jenkinsci/build-pipeline-plugin/compare/a8cd14c0b9ab...25ccbeff03aa

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kanstantsin Shautsou Path: src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly src/main/webapp/js/build-pipeline.js http://jenkins-ci.org/commit/build-pipeline-plugin/25ccbeff03aa06458abfb251c5458072d385662b Log: Merge pull request #69 from jenkinsci/revert-66-master Revert " [Fixed JENKINS-22210] : restarting the failed job manually" Compare: https://github.com/jenkinsci/build-pipeline-plugin/compare/a8cd14c0b9ab...25ccbeff03aa

          Closing this since Piotr Dytkowski has opened a bug for the Build Pipeline Plugin here: JENKINS-26596

          Patrik Boström added a comment - Closing this since Piotr Dytkowski has opened a bug for the Build Pipeline Plugin here: JENKINS-26596

          Code changed in jenkins
          User: Dan Alvizu
          Path:
          pom.xml
          src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java
          src/main/webapp/js/build-pipeline.js
          src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineViewTest.java
          http://jenkins-ci.org/commit/build-pipeline-plugin/5584922b17cb0e253fe4c9c04677bd3c3995e247
          Log:
          JENKINS-30801 add unit test, update javadoc, remove unused JS

          Remove 'retryBuild' JS - this is no longer used by any clients, it appears
          to have been removed in a refactor in JENKINS-22210.

          retryBuild functionality would retrigger the build but without any of the
          upstream cause maintained - it will only work for starting a new pipeline
          so nothing is really being retried.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Dan Alvizu Path: pom.xml src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java src/main/webapp/js/build-pipeline.js src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineViewTest.java http://jenkins-ci.org/commit/build-pipeline-plugin/5584922b17cb0e253fe4c9c04677bd3c3995e247 Log: JENKINS-30801 add unit test, update javadoc, remove unused JS Remove 'retryBuild' JS - this is no longer used by any clients, it appears to have been removed in a refactor in JENKINS-22210 . retryBuild functionality would retrigger the build but without any of the upstream cause maintained - it will only work for starting a new pipeline so nothing is really being retried.

            Unassigned Unassigned
            grayaii Alex Gray
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: