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

Replay does not include changesets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • Blue Ocean 1.1

      Scope

      • * When we detect the replay cause on the current run we lookup the original run and return its changesets.
      • It turns out the first cause in the array is the least significant to display. For example, a replayed run has two causes:
        new CauseAction(new Cause.UserIdCause(), new ReplayCause(run))
        
      • If there are two or more causes on the run then the last cause in the array is more important to the user than the changeset message when viewing Activity or Branches tabs.
        • e.g. The fact that a run was replayed is more interesting than its changeset messages

            jamesdumay James Dumay
            jamesdumay James Dumay
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: