We are using the Build Promotion plugin for deployments. I like it because it allows me to deploy the build I want to the servers I want. For example, our last build is Build #27, but I want to deploy Build #20 to prod1. I can go back to Build #20, apply the promotion to prod1. The Build Promotion plugin will lock the build, do the deployment, and mark that particular build as being deployed into production..
The only problem is that it allows only a single instance of the deployment. I don't mind having separate deployments for QA, UAT, and Production. However, if we happen to have two different production servers, the Build Promotion plugin can only deploy to one and not the other. I can reexecute the promotion, but only to the same server as before. Is there another plugin like the Build Promotion plugin that will allow for multiple deployments and still mark the build when a deployment happens? -- David Weintraub qazw...@gmail.com