Jenkins Interview Questions: 1) Mention What Is Jenkins?
Jenkins Interview Questions: 1) Mention What Is Jenkins?
Jenkins is an open source tool with plugin built for continuous integration purpose. The
principle functionality of Jenkins is to keep a track of version control system and to initiate
and monitor a build system if changes occur. It monitors the whole process and provides
reports and notifications to alert.
Maven 2 project
Amazon EC2
HTML publisher
Copy artifact
Join
Green Balls
8) Explain how you can deploy a custom build of a core plugin?
Stop Jenkins
Copy the custom HPI to $Jenkins_Home/plugins
Delete the previously expanded plugin directory
Make an empty file called <plugin>.hpi.pinned
Start Jenkins
9) Explain how can create a backup and copy files in Jenkins?
Jenkins saves all the setting, build artifacts and logs in its home directory, to create a back-
up of your Jenkins setup, just copy this directory. You can also copy a job directory to clone
or replicate a job or rename the directory.
10) Explain how you can clone a Git repository via Jenkins?
To clone a Git repository via Jenkins, you have to enter the e-mail and user name for your
Jenkins system. For that, you have to switch into your job directory and execute the “git
config” command.
To create a project that is handled via jobs in Jenkins. Select New item from the menu,
once this done enter a name for the job and select free-style job. Then click OK to create
new job in Jenkins. The next page enables you to configure your job.
12) Mention what are the two components Jenkins is mainly integrated with?