Is it possible for TeamCity deploy config to deploy build version before most recent ?
My source code is on GitHub and I have a TC pipeline consisting of a build config and a deploy config.
On creation of PR, that branch is built ( but not deployed ).
On merge PR to master, master branch is built.
Deploy config only deploys builds of master branch and is triggered by successful build of master branch.
For troubleshooting purposes, I'd like to deploy a previous master build.
Is this possible ?