Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1 KB

File metadata and controls

25 lines (14 loc) · 1 KB

A GitHub Web Repository Viewer Plugin for the Bamboo build server

Version 1.0.1

This is a Bamboo Web Repository Viewer Plugin for Github. It automatically links your changes back to the the GitHub page containing the commit/diff.

Designed to work with Bamboo’s built-in git (Bamboo version 3.0 or greater) and GitHub repositories.

More information on the project wiki.

Bamboo Compatibility

File Bamboo Version
github-web-rep-viewer-1.0.0.jar 3.0
github-web-rep-viewer-1.0.1.jar 3.3.2

Installation

Copy the github-web-rep-viewer jar to $BAMBOO_INSTALL_DIR/webapp/WEB-INF/lib.

Build from source

Define the bamboo.server.lib value in the build.xml so the build has access to the bamboo jars (Bamboo is commercial, so I can’t include them the github repository).

Run the ant all task.