From 8ac655b3a99656771abdbee4c40a01165e737bc6 Mon Sep 17 00:00:00 2001 From: Arie Bregman Date: Thu, 3 Oct 2019 18:48:59 +0100 Subject: [PATCH] Add jenkins questions --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb4fd9..5813aa5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# devops-interview-questions -DevOps Interview Questions +# DevOps Interview Questions + + +## Jenkins + +###### beginner + +* Explain what is Jenkins and what is it used for +* Explain the following in context of Jenkins: + * plugin + * slave + * master + * agent + * artifacts + * +* Explain the architecture of Jenkins +* What are the different ways to trigger a build? +* What plugins are you using in Jenkins? +* Installation questions + * How to install Jenkins? + * How to install a plugin? + * How to install an agent? +