What is the difference between continuous integration, continuous delivery, and continuous deployment?
Answer / Syed Abdul Nadeem
Continuous Integration (CI) focuses on automating the build and testing of code. Continuous Delivery (CD) goes a step further by preparing code for release to production. Continuous Deployment (CD) automatically deploys code to production once it passes all tests in the CD pipeline.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is scm?
How to trigger a build remotely from jenkins? How to configure git post commit hook?
What is a dsl jenkins?
what are the two components Jenkins is mainly integrated with?
What are the benefits of using jenkins?
How can you clone a git repository via jenkins?
Which scm tools does jenkins support?
How can you integrate jenkins with kubernetes?
Explain how you can move or copy Jenkins from one server to another?
How do you define parameters for a build in jenkins?
What is the use of backup plugin in jenkins? How to use it?
What are scripted pipelines in jenkins?