From 35e2882be9994028c176041b6b58344eabb3a0fb Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Fri, 14 Feb 2020 19:29:35 +0000 Subject: [PATCH] ANSWER: What is Jenkins? What have you used it for? --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c42312..8d9330d 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,11 @@ Note: cross-dependency is when you have two or more changes to separate projects
What is Jenkins? What have you used it for?
+ +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. +