Archive for the ‘General Development’ Category.

Atlassian® as a Web-App Framework

News Flash: I’m a big fan of Atlassian®.
Not only are all of their apps highly useful, but they are, for the most part, pretty consistent when it comes to installation and plugin management.
Essentially, you extract a zip of the app, edit a [app-name]-init.properties file and include a path where you’d like the app’s home directory [...]

Atlassian Bamboo Post Build Command Runner Plugin

Overview
We use Atlassian Bamboo as our continuous build server and for a while I’ve wanted to kick off arbitrary command line commands after a build is completed. Apparently some other developers have been asking for this as well: BAM-679.
In response, I’ve written this plugin that can run an arbitrary command when a build passes [...]