An open API service indexing awesome lists of open source software.

https://github.com/codecentric/jira-jenkins-plugin

The jira-jenkins-plugin integrates all necessary information from the continuous integration server Hudson into the Jira Dashboard. This way, everybody can check at a glance the state and health of your build.
https://github.com/codecentric/jira-jenkins-plugin

Last synced: 8 months ago
JSON representation

The jira-jenkins-plugin integrates all necessary information from the continuous integration server Hudson into the Jira Dashboard. This way, everybody can check at a glance the state and health of your build.

Awesome Lists containing this project

README

          

Jira-Jenkins-Plugin
-------------------

The Jira-Jenkins-Plugin integrates all necessary information from the continuous integration server Jenkins
into the Jira Dashboard.
This way, everybody can check at a glance the state and health of your build.

Modules
-------

Jenkins Job Overview (Gadget):
Shows status, last success and last failure of Jenkins jobs. Also allows to trigger a new build.

Recent Jenkins Builds (Gadget):
Shows recent builds on Jenkins, optionally for a specific view or job.

Jenkins Charts (Gadget):
Shows charts and trends from build statistics.

JenkinsInstancesServlet:
Allows configuration of to the Gadgets of the Jira-Jenkins-Plugin available Jenkins-Instances.
Available under Administration / globalsettings / Jenkins-Instances

Jira-Version
------------

Works with Jira 4.x and Jira 5.0

Licensing
---------

Please see the file called LICENSE.

Installation
------------

-Install Atlassian-Plugin-sdk. Checkout the source "git clone https://userName@github.com/codecentric/jira-jenkins-plugin.git".
Run the sdk-command atlas-run. You can now use the plugin in the Jira-instance generated with atlas-run.

-If you want to use another Jira-instance shutdown Jira. You can find the jar-file generated by atlas-run in /target/.
Copy the jar-file to Jira-Home/plugins/installed-plugins. Start Jira. The plugin is now installed.

-If you want to use another Jira-instance go to administration/plugins/install and select Upload Plugin.
You can find the jar-file generated by atlas-run in /target/. Select the jar-file and upload it. The plugin is now installed.

Getting Started
---------------

As admin you might want to go to Administration/globalsettings/Jenkins-Instances and make some jenkins-instances
available to the gadgets.

Go to your dashboard.
Click on "Add Gadget" and select the gadget you want to display on your dashboard.
Go to the edit-page of the displayed gadget, in the upper righthand corner of the gadget.
Enter the required fields and select save.
The gadget should now display the data from the jenkins-server.

If the jenkins-server does not require authentication please leave the fields userName and password empty.
Otherwise it is possible that the data will not be displayed.

If the jenkins-server requires authentication the Jenkins chart Gadget will display the selected graphic
only if you are logged in. Links displayed by the other gadgets have the same limitation and require you to be logged in to work.