0% found this document useful (0 votes)
103 views

Plugins Required For Jenkins

This document contains the mandatory plugins required to install on jenkins for Selenium Test Automation Framework

Uploaded by

shiva yoga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views

Plugins Required For Jenkins

This document contains the mandatory plugins required to install on jenkins for Selenium Test Automation Framework

Uploaded by

shiva yoga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Mandatory Plugins required for Jenkins

1. Email Extension Plugin


This plugin allows Jenkins to report users about the status of the build via email.
2. HTML Publisher plugin
This plugin publishes HTML reports.
3. Node and Label parameter plugin
This plugin adds two new parameter types to job configuration - node and label, this allows to
dynamically select the node where a job/project should be executed.
4. Subversion Plug-in
This plugin adds the Subversion support (via SVNKit) to Jenkins.
5. Test Results Analyzer Plugin
This plugin shows history of test execution results in a tabular or graphical format.
6. TestNG Results Plugin
This plugin integrates TestNG test reports to Jenkins.
7. Copy To Slave Plugin
This plugin allows copying files located somewhere on the master node into the jobs'
workspaces, whether their builds take place on the master node or on slave nodes.
8. Workspace Cleanup Plugin
This plugin deletes the project workspace after a build is finished.

Optional Plugins required for Jenkins

9. Job Configuration History Plugin


Job history plugin for Jenkins. If Job configuration is changed, this plugin will track those
changes.
10. Maven Integration plugin
Jenkins plugin for building Maven 2/3 jobs via a special project type.
11. ThinBackup
This plugin simply backs up the global and job specific configurations (not the archive or the
workspace).
12. Timestamper
Adds timestamps to the Console Output. This plugin will be useful whenever a new plugin is
installed and that plugin is affected the overall time of the job initialization.
13. Description Column Plugin

Add the Description column.

14. Extra Columns Plugin


This is a general listview-column plugin that currently contains the following columns: Test Result,
Configure Project button, Disable/Enable Project button, Project Description, Build Description &
SCM Type.
15. Folders Plugin

This plugin allows users to create "folders" to organize jobs. Users can define custom taxonomies
(like by project type, organization type etc). Folders are nestable and you can define views within
folders. Maintained by CloudBees, Inc.
16. Sidebar Link

Add links in the sidebar of the Jenkins main page, view tabs and project pages.

17. Simple Theme Plugin


A plugin for Jenkins that supports custom CSS & JavaScript. You can customize Jenkins's
appearance (ex. his gentle face on the background).
18. Hudson global-build-stats plugin

This plugin will allow you to manage global hudson build stats concerning build failures

19. user build vars plugin

This plugin is used to set user build variables: jenkins user name and id.

Default Plugins that come as part of Jenkins installation and are Mandatory

1. JUnit Plugin
Allows JUnit-format test results to be published.
2. Matrix Authorization Strategy Plugin
Offers matrix-based security authorization strategies (global and per-project).
3. Maven Integration plugin
Jenkins plugin for building Maven 2/3 jobs via a special project type.
4. Windows Slaves Plugin
Allows you to connect to Windows machines and start slave agents on them.

Note: Do not uninstall any of the plugins that came with Jenkins by default.

You might also like