VERIFIED ANSWERS ALREADY GRADED A+
Terms in this set (398)
stash stores files before a checkpoint
Allow Jenkins to start slaves on EC2 or Eucalyptus on
demand, and kill them as they get unused.With this plugin, if
Jenkins notices that your build cluster is overloaded,
Amazon EC2 Plugin
it'll start instances using the EC2 API and automatically connect them as
Jenkins
slaves. When the load goes down, excessive EC2 instances
will be terminated. This set up allows you to maintain a small
in-house cluster, then spill the spiky build/test loads into EC2
or another EC2 compatible cloud. Can use with Eucalypsis &
Docker.
This plugin provides a Build Pipeline View of upstream and
downstream connected jobs that typically form a build
Build Pipeline Plugin
pipeline. In addition, it offers the ability to define
manual triggers for jobs that require intervention prior to
execution, e.g. an approval process outside of Jenkins.
This plugin provides the ability to build projects with a
CloudBees Docker Build and
Publish Plugin Dockerfile, and publish the resultant tagged image (repo) to
the docker registry.
Docker Plugin For using Docker to create Jenkins slaves
This plugin allows users to create "folders" to organize jobs.
CloudBees Folders Plugin Users can define custom taxonomies (like by project type,
organization type etc). Folders are nestable and
you can define views within folders.
Adds a build step to copy artifacts from another project. The
Copy Artifact Plugin plugin lets you specify which build to copy artifacts from (e.g.
the last successful/stable build, by build
number, or by a build parameter).
This plugin allows you to store credentials in Jenkins. The
• Credentials Plugin credentials plugin provides a standardized API for other
plugins to store and retrieve different types of
credentials.
- Visualization of Delivery/Build Pipelines, renders pipelines
Delivery Pipeline Plugin
based on upstream/downstream jobs. Full screen view for
information radiators.
, Showing disk usage trend graph is optional - unselect the
Disk Usage Plugin "Show disk usage trend graph" checkbox on the global
configuration page ("Manage Jenkins" -> "System
configuration") if you don't want to see the graph on the
project page.
This plugin allows you to configure every aspect of email
Email-ext Plugin
notifications. You can customize when an email is sent, who
should receive it, and what the email says.
Adds the ability to generate fingerprints as build steps instead
of waiting for a build to complete. Fingerprinting - MD5
Fingerprint Plugin
checksum of an artifact and provides usage
information. Jenkins can track when and where in a build an
artifact has been used. Then only way Jenkins to figure out
dependencies is by using fingerprints.
This plugin allows use of Git as a build SCM, including repository
Git Plugin browsers for
several providers (must be installed on master and any slave
nodes pulling from a git repository).
This plugin enables Jenkins to send build notífications via
IRC Plugin IRC and lets you interact with Jenkins via an IRC bot. Note
that you also need to install the instant-messaging plugin .
JUnit Plugin Allows JUnit-format test results to be published
Integrates Jenkins with the Jabber/XMPP instant messaging
Jabber Plugin
protocol. Note that you also need to install the instant-
messaging plugin.
Multi-configuration (matrix) project type. For running a bunch of jobs
that have
Matrix Project Plugin slightly different parameters. (For exam, matrix project add the multi-
configuration
job type and how many builds a multi-configuration project
creates (number of items on each axis and multiply them
together - 5 columns by 3 rows = 15)
This plugin adds two new parameter types to job configuration
- node and label, this allows to dynamically select the node
NodeLabel Parameter Plugin where a job/project should be executed.
Specifies where a build should run. Excess through this build
is parameterized. Build with parameters...can select which
node does the build...usage which webserver to deploy to.