Merge pull request #78 from austinsonger/master

New Answer
This commit is contained in:
Arie Bregman 2020-02-14 21:40:20 +02:00 committed by GitHub
commit cf44814205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,6 +315,11 @@ Note: cross-dependency is when you have two or more changes to separate projects
<details> <details>
<summary>What is Jenkins? What have you used it for?</summary><br><b> <summary>What is Jenkins? What have you used it for?</summary><br><b>
Jenkins is an open source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. It also allows you to continuously deliver your software by integrating with a large number of testing and deployment technologies.
Jenkins integrates development life-cycle processes of all kinds, including build, document, test, package, stage, deploy, static analysis and much more.
</b></details> </b></details>
<details> <details>