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

Promotion permlinks

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • promoted-builds-plugin
    • None
    • Any

      Build promotion running more than once change the url of the promotion's url
      for example:

      I have build #200 and I ran the promotion once so the url is:
      ${HUDSON_URL}/job/${HOB_NAME}/${JOB_ID}/promotion/${PROMOTION_NAME}/promotionBuilds/0 - if I send this link as a reference the user will go stright to the log of this promotion - so far so good now, If I run this promotion a second time the link to this promotion is no longer "0" (like int the url above) but "1" (${HUDSON_URL}/job/${HOB_NAME}/${JOB_ID}/promotion/${PROMOTION_NAME}/promotionBuilds/1).

      This is very troubling / confusion especially when we are relying on these url's for our release cycle.

            sogabe sogabe
            hagzag hagzag
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: