teamcity basic workflow

simple build lifecycle.
    1. The TeamCity server detects a change in your VCS Root and stores it in the database.
    2. The build trigger sees the change in the database and adds a build to the queue.
    3. The server finds an idle compatible build agent and assigns the queued build to this agent.
    4. The agent executes the Build Steps. While the build steps are being executed, the build agent reports the build progress to the TeamCity server sending all the log messages, test reports, code coverage results, etc. to the server on the fly, so you can monitor the build process in real time.
    5. After finishing the build, the build agent sends Build Artifacts to the server. 

Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all