-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins for Windows 2.157 - Promoted Builds Plugin 2.29.1
I have an _Build project that compiles the application and produces artefacts. An _Test project is triggered on successful build and pulls in the artefacts of that build that triggered it. If the _Test pass the _Build is promoted and more complex tests are then run.
Build #24 of my _Build project successfully promoted, since then we've got to _Build 31 but no more promotions are running. Each _Build is triggering _Test but the _Test project appears to incorrectly link back to _Build #24 as though that build keeps promoting over and over.
As a result the rest of the pipeline doesn't run because no new builds are promoted.
Output of _Test showing it pulls in the correct artefacts
Status of _Test showing a bizarre link to _Build #24