Created
April 18, 2012 13:30
-
-
Save georgi/2413562 to your computer and use it in GitHub Desktop.
Build output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build () { | |
local branch=$(git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') | |
local job=soundcloud_${branch}_specs_00$1 | |
local url=http://builder.soundcloud.com/view/All/job/${job}/lastBuild/consoleText | |
local cwd="\/srv\/hudson\/.jenkins\/jobs\/${job}\/workspace\/" | |
curl -s $url | sed "/\/usr\/local\/rvm\/.*/d" | sed -e "s/$cwd/.\//" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment