I am using build pipeline. The issue that I am facing to keep track which build number is deployed into web contains at a given time. I tried to using Promotion Status which goes out of sync, so for time being I am using fingerprinting page to see latest build.
Here are my settings I have started with two jobs in pipeline 1. Basic ci build which polls svn and generates war a. A promotion in ci build which promotes a particular build from its downstream deployment job success.. something like “promote-to-dev”. 2. Deploy build (manually trigger required in pipeline) But problem comes, when i want to redeploy a specific build, no retry button successful deployment job in pipeline. Alternatively, i run deploy job by passing parameter as build number (using Build Selector for copy artifact parameter type). It redeploy provided build number artifact from ci job but doesn’t promote that build number again. So this way my Promotion Status goes out of sync. Any idea will be helpful. Thanks Pawan