what is continuous integration?
Answer / Tajpal Singh
Continuous Integration (CI) is a software development practice where developers frequently merge their code changes into a shared repository, and automated builds and tests are run to validate the software continuously. The goal of CI is to catch errors early and ensure that the software can be easily integrated and built as a whole.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is the necessity of devops?
How to create a backup and copy files in jenkins?
What is meant by continuous integration in jenkins?
Describe how to move or copy jenkins from one server to another?
Give any simple example of jenkins script.
What is jenkinsfile?
Give an example of how the repository is polled when a new commit is detected.
What is groovy in jenkins?
Mention some of the important plugins in jenkins?
What is the difference between hudson and jenkins?
What is a jenkins pipeline?
Why do we use pipelines in jenkins?