What is continuous integration (ci)?
Answer / Pradeep Kumar Bhati
Continuous Integration (CI) is a development practice where developers integrate their changes into the main branch frequently. CI aims to automate the build, test, and deployment process, making it easier to catch errors early on.nBy using CI, teams can improve collaboration, reduce integration issues, and deliver high-quality software more efficiently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is scripted pipeline in jenkins?
Give an example of how the repository is polled when a new commit is detected.
explain the term agent?
Mention what are the two components jenkins is mainly integrated with?
How to configure git post commit hook?
Which commands can be used to start jenkins manually?
What are the types of pipelines in jenkins?
What is maven and what is jenkins?
How can you secure jenkins?
Do you know any other continuous integration tools?
What are parameters in jenkins?
What syntax does jenkins use to schedule build job or svn polling?