|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

@ikedam Issue https://issues.jenkins-ci.org/browse/JENKINS-15086 contains a suggestion from @nathang which seems to work. It indirects from MyPromotingJob into the sub-job that contains the promoted artifact. I did some head-scratching to figure out the permalink, which was simpler than all my guesses.
Permalink: PromotionLabel
Artifact: myArtifact.tar.gz
(no extraneous path elements needed.) However, I may have found a problem with that code: where it would seem to pick up the latest promotion, I think I found a case where it takes an old one.
Thanks for the followup.