Microsoft builds and continuous deployment - Large number of machines

StackOverflow https://stackoverflow.com/questions/16141076

  •  11-04-2022
  •  | 
  •  

문제

Given:

  • Multiple client-server applications across hundreds of servers and thousands of clients.
  • TFS 2012 for source control and automated builds.
  • SCCM 2012 as the deployment technology.

Is System Centre Orchestrator 2012 the most appropriate tool to facilitate production ready TFS builds to be pushed to SCCM for deployment?

Why? How?

도움이 되었습니까?

해결책

Answer is No.

It seems that if you want a new version of an application in SCCM 2012 you can use Application Supersedence

...So in theory I could detect the drop of a new production .msi in a folder and then automate the supersedence with powershell.

Now I am thinking this is NOT a good idea for production in my environment, really this question was me thinking by writing things out. I am attracted to the idea of continuous deployment, but not to production (in my environment).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top