Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2012 14:04
Show Gist options
  • Save anonymous/ab3b2b5d51d78e75cd30 to your computer and use it in GitHub Desktop.
Save anonymous/ab3b2b5d51d78e75cd30 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'curb'
require 'pp'
jenkins_url = 'http://user:pass@jenkins/computer/(master)/api/json?depth=1'
curl_result = Curl::Easy.perform(jenkins_url).body_str
SyntaxError: compile error
(irb):6: syntax error, unexpected ':', expecting $end
from (irb):6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment