0% found this document useful (0 votes)
552 views3 pages

Jenkins

Jenkins is an open source platform that can be used for continuous integration. It supports version control systems like GIT. GIT commands are used to manage source code repositories and track changes. Jenkins provides various job types and plugins to facilitate continuous integration and delivery through automation.

Uploaded by

Soumava Basu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
552 views3 pages

Jenkins

Jenkins is an open source platform that can be used for continuous integration. It supports version control systems like GIT. GIT commands are used to manage source code repositories and track changes. Jenkins provides various job types and plugins to facilitate continuous integration and delivery through automation.

Uploaded by

Soumava Basu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Why we use Jenkins as a continuous integration server

All of these

Jenkins is open source platform


true

___ is the command used to get all the configuration settings for your repository
under GIT
git.config xx

All GIT commands start with git


true

When installing jenkins in windows using the jenkins.war file from downloaded
location ___ command is used
Java -jar Jenkins.war

Continuous integration can be defined as "building software and taking it through


as many tests as possible with every change"
True

Jenkins doesn't have any cloud plugins


False

jdk requirement for jenkins installation is


JDK 1.5 or above xxx

command is used to check the status of your repository


git status

Advantage using GIT is


All of the above

Which are jenkins job types:


All of the above

Once GIT is installed, GIT tracks all of the files stored on your computer
False

___ command is used to see the list of branches and the current branch you're
working on
git branch

to use jenkins we need source code repository and working build scrip
True

in a cluster operations job which three of the following steps can be applied to
client master only
Upgrade Jenkins
Upgrade all plugins
Install plugin

Extension of the product life cycle should be considered before the end of which
stage
saturation

___ arises when your current branch and the branch to be merged have diverged, and
there are commits in your current branch that aren't present in the other branch,
and vice versa
Conflict

the jenkins framework mainly contains


All of the above

git is a distributed version control system and source code management


true

command used to install git through the terminal using a package manager in linux
apt-get install git

At higher level, a typical jenkins job contains


All of these xxx

version control is a system that records changes to a file or a group of files and
directories over time, so that you can review or go back to specific versions later
True

What architecture is recommended by the jenkins cookbook for a scalable jenkins


environment
Distributed Builds architecture

There are ___ types of version control systems


2

___ is the directory where git keeps all of its metadata for repository
.git

initially on which path jenkins admin password stored


/var/lib/jenkins/secrets/initialAdminPassword

by default jenkins runs on port


8080

basic operations performed by GIT are


All of these

command used to list the commit history


GIT log

according to jenkins customer loyalty is achieved by


Altering the marketing mix of products in order to increase sales to existing
customers

jenkins is a popular tool for performing


Continuous integration

command "git branch -D branch-name" is used to


Delete the branch

jenkins can be installed as


a&b

Suppose you are asked to obtain the config.xml of a folder (myFolder) from a script
or HTTP client using the Jenkins Remote
API. The folder exists at the root of a Jenkins master. Which URL pattern is
correct for obtaining this configuration file?
root/job/myFolder/config.xml

in the centralized workflow, a centralized repository is created and every


contributor has a clone of the repository
true xxx

in which of the following stages of the product life cycle do profits peak
maturity

configuring ___ server in jenkins adds out of box facility to add an email
notification for a build project
SMTP

jenkins developed by
Open groups

apache tomcat server 5.0 or greater is sufficient to use jenkins


True

if jenkins job have non interactive processes such as cron jobs which job type is
used
Monitor an external job

___ is the process of creating a copy of a remote repository


Cloning

what are SCM tools jenkins supports


All of above

___are useful plugins in jenkins


All of above

___is the command to restart jenkins manually


jenkins_url/restart

GIT and GITHUB both are same


False

git pull used to


Simply downloads the code from the master branch of the origin remote branch xxx

jenkins written in
Java

You might also like