Chapter 8 Flashcards

1
Q

What is Continuous Integration?

A

CI is a practice that involves putting together code created by different developers and ascertaining if the components can run together successfully.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the goals of CI?

A
  • support parallel development

- provide beter quality by identifying potential collisions early on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does RDM stand for?

A

Release and Deployment Management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the CI Best practices?

A
  • Commit frequently
  • Rebase and built before commit
  • Establish a Build Farm
  • Use Preflight Builds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly