Real-time pipeline wallboard that provides an intuitive view and encourages continuous delivery practices.
- 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
- To see contributor's profile picture:
- 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. - Link authors to users in Bamboo. Click [here](https://confluence.atlassian.com/display/BAMBOO/Managing+authors) for more information.
- Make sure that you log in to JIRA while you're viewing the Pipeline board.
- Log into your Bamboo instance as an admin.
- Click the admin dropdown and choose Atlassian Marketplace. The Manage add-ons screen loads.
- Click Find new add-ons from the left-hand side of the page.
- Locate Pipeline Plugin - Bamboo via search. The appropriate add-on version appears in the search results.
- Click Install to download and install your add-on.
- 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.
- You're all set! Click Close in the Installed and ready to go dialog.
-
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") - 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" . - [Optional] If you want to work in Eclipse, follow these instructions:
- Set up the Eclipse IDE - [Optional] You may also want to set up your app link to JIRA, follow our installation instruction
- You're all set!