Added by Jonathan Nolen, last edited by Jonathan Nolen on Jan 30, 2008  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

First Place Winner! - Coverage Plugin

The coverage plugin provides tracking of, and insight into, project code coverage for Bamboo builds. It supports code coverage data generated by Clover, Cobertura, and EMMA.

Second Place Winner! - NAnt Builder

Bamboo was built in Java, but that doesn't mean that's all it's good for. The NAnt builder plugin allows configuration and execution of NAnt build files for .Net/Mono projects, which also supports parsing and displaying of NUnit test results.

Bamboo SFTP Publisher

The Bamboo SFTP Publisher allows you specify a remote host and destination to copy artifacts upon a successful build. You can use this to deploy nightlies for download, or snapshot for your development team.

Cobertura plugin

The Bammbo/Cobertura plugin will parse and record Cobertura coverage reports, and send notifications if the code coverage doesn't reach a specified percentage. Monitoring code coverage is one the best ways to make sure your project stays healthy.

Low disk space notification plugin

This plugin sends out a notification via email or IM when free space on the Bamboo home volume falls below a given threshold. Bamboo generates a lot of builds, which can take up a lot of disk-space. So if you're flirting with a full disk, this plugin provides a useful warning.

PMD plugin

PMD scans Java source code and looks for potential problems like: possible bugs, dead code, suboptimal code, overcomplicated expressions and duplicate code. This plugin will parse and record PMD static analysis reports.

Simian Plugin

Duplicated code is inefficient and error-prone. The Simian Plugin shows duplication statistics for your build as reported by Simian so you can eliminate duplicate code.