Which is not a CI practice ?
A) Commit frequently
B) Run fast builds
C) Deploy to production
D) Stage Builds
Answers
Answered by
48
a) commit frequently
Answered by
8
Answer: C
Continuous Integration (CI) practices frequent commits, runs the builds faster and stage builds.
But it does not practice Deploy to production.
In continuous integration deploy to production is done manually and it enables the frequent commit, that helps in better communication between the team. CI involves automated deployment. This provides immediate feedback to the build and this enhances the run to perform faster.
Similar questions