changeset does not work when retrying a pipeline

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have a Jenkinsfile with a stage that only runs when on master branch and any of a group of changesets occur as such:

      allOf {
      branch 'master'
      anyOf

      { BUNCH OF DIFFERENT CHANGESETS GO HERE }

      }

       

      this caused a build to trigger appropriately but the build failed because something was offline (docker daemon wasn't running). I tried to hit retry on the entire pipeline and it started and "skipped due to when conditional" Logically, it should have the same results as the original pipeline did for these cases as it should be running on the same commit. It even detects in the list of changes the commit that triggered it.

            Assignee:
            Unassigned
            Reporter:
            Kevin Humphreys
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: