Popis: |
This paper considers the continuous integration (CI) process of user-related services based on free modern software. The CI pipeline consist of source control, quality control, testing, building and deployment of service every time new commit comes to source control server. CI is very important part of service lifecycle due to demands of security and quality assurance at the stage of service deployment. We propose the infrastructure design and pipeline design for CI in this paper. Also, we use server for local repository and docker for deploying services. |