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

Build Pipeline plugin loses track of upstream build when retrying of a failed build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • build-pipeline-plugin
    • None
    • Jenkins 1.594
      Build-pipeline-plugin 1.4.7

      Given:

      • A pipeline exists with multiple jobs chained
      • Pipeline is triggered
      • A job in the middle of pipeline fails

      When:

      • Retry of the failed job is clicked

      Then:

      • The new retried job is run and build is started
      • The new retried job has no Upstream link anymore in the "build.xml" visible, the failed build has:
        " <hudson.model.Cause_-UpstreamCause>
        <upstreamProject"
      • The pipeline view thus is showing only the first failed build, not the successful one -> Unable to proceed in pipeline

            dalvizu Dan Alvizu
            vphartik Ville Hartikainen
            Votes:
            6 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: