How far from "continuous integration" to "product release?

Source: Internet
Author: User
Software is a long process from demand to release. Continuous integration focuses on software development. CodeThe submission will be built by the continuous integration tool. But after this build version, how far will it take to truly deploy and launch it? After a build is obtained from continuous integration,

  1. As a tester, deploy it in the exploratory test environment.
  2. Perform an Exploratory Test.
  3. Deploy to other test environments based on specific software features,
  4. Perform other tests.
  5. Deploy the build that passes the preceding test to the user acceptance test environment.
  6. The user performs acceptance tests.
  7. Deploy the build that passes the user acceptance test to the production environment.
  8. Officially launched.

It seems that this is a long journey. Especially in the development environment, software may be a very good running environment, and you can hardly find the real problems. The deployment of software in various environments may be a very heavy task. How to track software versions in different environments is also a headache. So how can we solve this problem?

Well... how can we solve the process from "continuous integration" to "product release" with the idea of continuous integration? It looks good. This process is like a pipeline, and each stage is a stage ). What do you think if you automate tasks in each stage?

It seems to be a good idea. Is there any tool to support this idea? Of course, look forward to the cruise of thoughtworks...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.