Skip to content

Instantly share code, notes, and snippets.

@jaikoo
jaikoo / gist:1780144
Created February 9, 2012 13:58
Jenkins - Build - Execute Shell
#!/bin/bash
read -d '' database_yml <<"EOF"
login: &login
adapter: mysql2
host: localhost
username: root
encoding: utf8
collation: utf8_general_ci
test: &test