CDKGlobal / pipeline

Bamboo Pipeline Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline - Atlassian Bamboo Plugin

Real-time pipeline wallboard that provides an intuitive view and encourages continuous delivery practices.

Requirements

Environment Requirements
  • Bamboo version: 5.5.1 or higher
  • Supported browser:
    • Chrome 36.0 or higher
    • Firefox 29.0 or higher
    • Safari
* 7.0 or higher for mac
    • Internet Explorer 9.0 or higher
Other Requirements
  • To see contributor's profile picture:
  1. Create an application link to JIRA. Be sure to make your JIRA application link primary if you have multiple application links. For more instruction on creating application links, click [here](https://confluence.atlassian.com/display/BAMBOO/Linking+to+another+application).
    **Important:** Users must have the same username (case sensitive) in both Bamboo and JIRA in order to display the correct profile picture.
  2. Link authors to users in Bamboo. Click [here](https://confluence.atlassian.com/display/BAMBOO/Managing+authors) for more information.
  3. Make sure that you log in to JIRA while you're viewing the Pipeline board.

Installation Instructions

  1. Log into your Bamboo instance as an admin.
  2. Click the admin dropdown and choose Atlassian Marketplace. The Manage add-ons screen loads.
  3. Click Find new add-ons from the left-hand side of the page.
  4. Locate Pipeline Plugin - Bamboo via search.
  5. The appropriate add-on version appears in the search results.
  6. Click Install to download and install your add-on.
  7. Create an application link to JIRA. Be sure to make your JIRA application link primary if you have multiple application links. See Other Requirements above for more details.
  8. You're all set! Click Close in the Installed and ready to go dialog.

Development Instructions

  1. Install the Atlassian Software Development Kit (SDK) and set up your stand-alone instance
    - Set up Atlassian Plugin SDK
    (Make sure you use "atlas-run-standalone --product bamboo" instead of "atlas-run-standalone --product jira")
  2. In the same directory as your stand-alone instance, download the plugin
    >> git clone https://github.com/cobaltdev/pipeline.git
    Run the plugin on the standalone instance
    >> cd pipeline
    >> atlas-run
    You may notice a long initial load up time. After it is successfully launched, navigate to localhost:6990/bamboo on your browser.
    You will see the plugin in the top menu bar labeled as "Pipeline" .
  3. [Optional] If you want to work in Eclipse, follow these instructions:
    - Set up the Eclipse IDE
  4. [Optional] You may also want to set up your app link to JIRA, follow our installation instruction
  5. You're all set!
If you have any questions, feel free email us !

About

Bamboo Pipeline Plugin

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:Java 73.0%Language:CSS 20.0%Language:JavaScript 7.1%