Skip to content

Instantly share code, notes, and snippets.

View peter-svensson's full-sized avatar

Peter Svensson peter-svensson

View GitHub Profile
### Keybase proof
I hereby claim:
* I am peter-svensson on github.
* I am peterstc (https://keybase.io/peterstc) on keybase.
* I have a public key ASC__QWWN9y9-dOgD8iZMB5vGKnUuVSohWsC_VlsonW7vwo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am peter-svensson on github.
  • I am pliljenberg (https://keybase.io/pliljenberg) on keybase.
  • I have a public key ASDE6ZOU_d1VZe7rMJ4YPfwDKyramdwbFlbY-R9F7zaufwo

To claim this, I am signing this object:

@peter-svensson
peter-svensson / README.md
Last active August 29, 2015 14:16
Dashing Bamboo Build Status Widget

Bamboo Build Status Dashing Widget

Dashing widget to display build status from a Bamboo instance. Heavily inspired by the Bamboo Dashing Widget widget. Show failed jobs for one (or multiple) projects, or a green box if all plans have built ok.

Installation

Automatic

To install this widget, run this command from your Dashing directory:

@peter-svensson
peter-svensson / core_pom.xml
Created February 9, 2012 11:47
Test maven project
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>test</groupId>
<artifactId>root</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>core</artifactId>
</project>