-
Bug
-
Resolution: Fixed
-
Minor
-
None
We have an artifact which changes ABI occasionally, and want a dependable URL which links to the most recent build of that artifact. The plan was to use the build alias setter plugin, such that https://my.jenkins/job/myjob/ABI-137/s3/download/library-137-latest.tar.gz would always point to the most recent build of that ABI.
However, despite the claims in the logs:
12:30:06 BuildAliasSetter: setting build aliases [ABI-137]
the URL still points to the first, not most recent, build with that alias.