Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (1 vote)
3K views

Continuous Integration

Continuous integration involves regularly merging code changes into a central repository and running automated builds and tests. It helps differentiate environments through configuration files and tracks complexity through cyclomatic complexity numbers. The CI pipeline consists of stages and all listed activities are part of CI, including compiling code as part of a build tool and allowing developers to clone code in a distributed version control system.

Uploaded by

Cachues Profile
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
3K views

Continuous Integration

Continuous integration involves regularly merging code changes into a central repository and running automated builds and tests. It helps differentiate environments through configuration files and tracks complexity through cyclomatic complexity numbers. The CI pipeline consists of stages and all listed activities are part of CI, including compiling code as part of a build tool and allowing developers to clone code in a distributed version control system.

Uploaded by

Cachues Profile
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

DEV OPS > Continuous Integration

- Complexity of a code is determined based on


Cyclomatic Complexity Number

- A build can be triggered by a version control tool


True

- In a normal scenario, software from ____________ is deployed to production.


Work branch

- __________________ helps in differentiating the environments


Configuration files

- _______________ is a code coverage tool.


Cobertura

- The developer runs the private builds before moving the changes to the local version control.
True

- Feature branching is used to work on _____________


User stories

- Trunk is also known as __________________


Mainline

- Branch is also known as a _______________________


Codeline

- ____________ deploys a code to production


None of the options

- ______________ is a .Net build tool.


NAnt

- Stream based version control helps to apply bug fixes to many versions of the application.
True

- CI pipeline consists of ______________


Stages

- Select the activities that are part of continuous integration.


All of the options
- Which of the following is an artifact repository?
Maven

- Release branches are created for solving bugs detected after the application is released to the
user.
True

- Which of the tools is not a CI tool?


Teamcity

- Code compilation is an essential part of ______


Build Tool

- Efferent Coupling is a measure of ____________________


Outgoing dependencies

- In the distributed version control system, developers can clone the central code base to their
local system.
True

You might also like