What is meant by continuous integration in jenkins?
Answer / Amla Rani
Continuous Integration (CI) in Jenkins refers to the practice of merging all developer working copies into a shared mainline several times a day. Each check-in is then verified by an automated build, allowing teams to detect and address bugs quickly.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you configuring automatic builds in jenkins?
How to move or copy jenkins from one server to another?
How to configure git post commit hook?
What is kubernetes? How can you integrate jenkins with kubernetes?
What are jobs in jenkins?
What are the feature differences between jenkins and hudson?
Why do we use pipelines in jenkins?
What you do when you see a broken build for your project in jenkins?
What is continuous integration and deployment?
What is the difference between hudson and jenkins?
What is the benefit of integrating maven with jenkins?
How do you define parameters for a build in jenkins?