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

Pipeline doesn't update when manual steps are retriggered

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • build-pipeline-plugin
    • None
    • Jenkins 1.609, 1.635
      build-pipeline-plugin 1.4.5+
      Windows Server 2008 R2 x64
      Java 1.7.0_51

      When I retrigger manual steps, whether the previous run succeeded or failed, the UI does not update to reflect the new build. It continues to show the previous build time and status, despite the builds being correctly triggered. The initial job, or jobs that are run automatically after the completion of another job behave as expected. This behaviour appears to be a regression between 1.4.4 and 1.4.5 of the plugin

      To reproduce, please use the attached DSL script to create the sample pipeline. You might need to adjust the variables at the top to suit.
      1. Trigger a pipeline build
      2. Compile and deploy steps should run
      3. Manually trigger the Deploy QA step
      4. Manually retrigger the Deploy QA step
      5. The spinner appears, but on a page refresh the data for the previous run appear
      6. Checking the build history shows that the Deploy QA job has run twice

          [JENKINS-31958] Pipeline doesn't update when manual steps are retriggered

          Tracked this down to an incompatibility with parameterized-trigger 2..25. Seems that the warnings about deprecated support really mean "Doesn't work at all" Please close this issue.

          Leigh Anderson added a comment - Tracked this down to an incompatibility with parameterized-trigger 2..25. Seems that the warnings about deprecated support really mean "Doesn't work at all" Please close this issue.

          Dan Alvizu added a comment -

          Good to know and thanks for reporting - others may run into the same issue!

          Dan Alvizu added a comment - Good to know and thanks for reporting - others may run into the same issue!

          We are facing the same issue and our plugin versions are as follows:

          Parameterized Trigger plugin: 2.33

          Build Pipeline Plugin: 1.5.6

          How do we fix this issue?

          Siddhartha Ghosh added a comment - We are facing the same issue and our plugin versions are as follows: Parameterized Trigger plugin: 2.33 Build Pipeline Plugin: 1.5.6 How do we fix this issue?

          We are facing the same issue and our plugin versions are as follows:

          Parameterized Trigger plugin: 2.33

          Build Pipeline Plugin: 1.5.6

          How do we fix this issue?

          Siddhartha Ghosh added a comment - We are facing the same issue and our plugin versions are as follows: Parameterized Trigger plugin: 2.33 Build Pipeline Plugin: 1.5.6 How do we fix this issue?

          Dan Alvizu added a comment -

          Please include steps to reproduce sighosh2 - the original ticket was caused by an incompatibility in the parameterized-trigger plugin. Is this your issue as well?

          Dan Alvizu added a comment - Please include steps to reproduce sighosh2 - the original ticket was caused by an incompatibility in the parameterized-trigger plugin. Is this your issue as well?

          Our versions don't quite match with the version given on the original ticket, so we don't think this is related. We have included the versions above. The steps to reproduce would be the same as given above. 

          Adding it again.

          1. Trigger a pipeline build for a pipeline that includes a manual step.
          2. The build times for other steps on the pipeline do not refresh even though the actual jobs are being triggered automatically.

          Siddhartha Ghosh added a comment - Our versions don't quite match with the version given on the original ticket, so we don't think this is related. We have included the versions above. The steps to reproduce would be the same as given above.  Adding it again. Trigger a pipeline build for a pipeline that includes a manual step. The build times for other steps on the pipeline do not refresh even though the actual jobs are being triggered automatically.

            Unassigned Unassigned
            bravesirrobin Leigh Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: