Skip to content

Instantly share code, notes, and snippets.

@b-dean
b-dean / keybase.md
Created May 22, 2018 13:59
keybase.md

Keybase proof

I hereby claim:

  • I am b-dean on github.
  • I am b_dean (https://keybase.io/b_dean) on keybase.
  • I have a public key ASC9gFNUwXcuanrReUtBpUASknRQ3-YIaqjb6Bp4JNp7gwo

To claim this, I am signing this object:

@b-dean
b-dean / Jenkinsfile.bad.groovy
Created March 15, 2018 20:23
trying to figure out what makes infinite logs in jenkins
// This one should cause the error but I can't get it to fail.
ansiColor {
timestamps {
stage('build'){
def steps = [:]
[1,2,3].each { x ->
[4,5,6].each { y ->
steps["$x-$y"] = {
node('docker'){
@b-dean
b-dean / Gemfile
Last active December 31, 2015 21:19
bundler vs encodings
source 'https://rubygems.org/'
gem 'rake', '~> 10.0'