In which cases build artifacts will be different in different environments

Posted by Sundeep on Programmers See other posts from Programmers or by Sundeep
Published on 2013-05-28T22:48:13Z Indexed on 2013/06/28 4:28 UTC
Read the original article Hit count: 324

We are working on automation of deployment using Jenkins. We have different environments - DEV, UAT, PROD. In SVN, we are tagging each release and placing same binaries in DEV, UAT, PROD. The artifacts already contains config files w.r.t each environment but I am not understanding why we are storing binaries in environment folder again. Are there any scenarios where deployment might be different for different environments.

© Programmers or respective owner

Related posts about c#

Related posts about ASP.NET