CI requires [6] a)CI server b)CI server + SCM c)SCM d)CI server + SCM + Scripts
Question
CI requires [6]
a)CI server
b)CI server + SCM
c)SCM
d)CI server + SCM + Scripts
Solution
Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early.
To implement CI, you would need:
a) CI server: This is the central place where all the integration and testing processes happen. It monitors the shared repository and checks out changes when they occur. Examples of CI servers include Jenkins, Travis CI, and CircleCI.
b) CI server + Source Control Management (SCM): The CI server alone is not enough. You also need a Source Control Management system where developers can commit their changes and which the CI server can monitor for changes. Examples of SCM include Git, Mercurial, and Subversion.
c) SCM: As mentioned above, Source Control Management is necessary for CI. It allows developers to track and manage changes to the code.
d) CI server + SCM + Scripts: In addition to the CI server and SCM, you also need scripts that define how the build should be performed, what tests
Similar Questions
CI requires [28] a)A build, release and deploy process b)Dedicated CI managers c)Both a and b d)None of the above
CI is a practice where members of a team a)Continually compile code b)Continually compile automatically and test code manually c)Continually compile and test code in an automated d)Compile code once a night and test once a week
CI includes [4 ] Compilation, test execution, database integration, code inspection, deployment, document generation b)Compilation, test execution, database integration, code inspection, document generation c)Compilation, test execution, database integration, code inspection d)Compilation, test execution, Compilation, test execution
CI includes [4 ] Compilation, test execution, database integration, code inspection, deployment, document generation b)Compilation, test execution, database integration, code inspection, document generation c)Compilation, test execution, database integration, code inspection d)Compilation, test execution, Compilation, test execution
CI [23] a)Requires a single source repository b)Can work with multiple source repositories c)Requires a single source repository and regular commits d)None o the above
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.