Debug School

Swati Priya
Swati Priya

Posted on

Assignment 1

1. What is CI?

Continuous Integration (CI) is a practice where developers integrate code into a shared repository in a continuous manner. Integration can be verified by an automated build and automated tests.

2. What is continuous integration ?

Continuous Integration (CI) is a practice where developers integrate code into a shared repository in a continuous manner. Integration can be verified by an automated build and automated tests.

3. What is continuous delivery?

Continuous Delivery is a practice where the code changes are prepared to be released. And if fails the process repeats.

4. What is continuous deployment?

Continuous Deployment is a practice where we continuously release the code changes into the production environment.

5. What is Cloudbees?

Cloudbees is an enterprise who provided the software for DevOps who are responsible for customer deliverables.

6. What is Cloudbees CD RO?

CloudBees CD/RO is a continuous delivery and release orchestration wherein includes software releases, pipelines, and deployments and improve customer deliverables.

7. What is Cloudbees CD RO Architecture?

Cloudbees CD RO architecture includes the - local configurations, database, analytics, clustered configuration.

Top comments (0)