Computer Science, asked by massmaharaj45, 1 month ago

Under continuous deployment principles, Which of the following is an important key, wherein each team member remains aware or they get to visualize what is happening in the entire project?
Select one:
a. Integration
b. Continuous delivery
c. Collaboration
d. Monitoring ​

Answers

Answered by kumarirushi18
19

Answer:

hope it help

Explanation:

a is the answer

Answered by mindfulmaisel
2

Continuous deployment principles

Important Key:

Integration is the important key in wherein each team member remains aware or they get to visualize the happenings in the entire project.

  • Continuous integration developers merge their modifications back to the main branch as frequently as possible.
  • By building a build and running automated tests against it, the developer's modifications are validated.
  • You avoid the integration issues that can arise if you wait until release day to integrate modifications into the release branch.
  • When new commits are incorporated into the main branch, continuous integration places a strong emphasis on testing automation to ensure that the application is not broken.

Hence the answer is option A.

Similar questions