Jenkins
Jenkins
All of these
___ is the command used to get all the configuration settings for your repository
under GIT
git.config xx
When installing jenkins in windows using the jenkins.war file from downloaded
location ___ command is used
Java -jar Jenkins.war
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
command used to install git through the terminal using a package manager in linux
apt-get install git
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
___ is the directory where git keeps all of its metadata for repository
.git
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 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
if jenkins job have non interactive processes such as cron jobs which job type is
used
Monitor an external job
jenkins written in
Java