From c5bc42d75bd826e25894ce531d857c3216b6884c Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Mon, 8 Aug 2022 04:40:28 -0400
Subject: [PATCH] Add jenkins resources
Jenkins Documentation
---
.../roadmaps/102-devops/content/106-ci-cd/101-jenkins.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/106-ci-cd/101-jenkins.md b/content/roadmaps/102-devops/content/106-ci-cd/101-jenkins.md
index 2b36b080c..46d7f7b3e 100644
--- a/content/roadmaps/102-devops/content/106-ci-cd/101-jenkins.md
+++ b/content/roadmaps/102-devops/content/106-ci-cd/101-jenkins.md
@@ -1 +1,7 @@
-# Jenkins
\ No newline at end of file
+# Jenkins
+
+Jenkins is an open-source CI/CD automation server. Jenkins is primarily used for building projects, running tests, static code analysis and deployments.
+
+Jenkins Website
+Official Jenkins Handbook
+Jenkins Getting Started Guide