Microsoft builds and continuous deployment - Large number of machines

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

  •  11-04-2022
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top