longer working. Foostat widget is now displaying php instead of rendering html. All images are gone Blah blah tab shows sometimes and disappears sometimes I get blank screens I'm sure I deployed on all four servers Forgot to restart foo backend service If anything can go wrong, it will.
monitor to the repository Every time there is a commit against the repository Build server automatically checks out the sources initiates a build notifies the committer of the result of the build
in the repository not just code Everything you need to do a build should be in there test scripts properties files database schema install scripts third party libraries
to run commit tests (eng) One or more to run secondary tests (sandbox) Production Scripts that allow you to deploy the application into any environment easily Deployment procedure is the same everywhere
Has a config to describe environments Contains Build scripts for all packages for all env Monitors the svn tree for changes Build new packages automatically (or manually) Deploys new packages automatically (or manually)
deployments till Sandbox Some teams use Teamcity to do integrated builds on every commit We can do continuous deployments till prod but we do not practice it in every project