Skip to content

Instantly share code, notes, and snippets.

View supertom's full-sized avatar

Tom Melendez supertom

View GitHub Profile
@supertom
supertom / fetch_debs_from_jenkins.py
Created May 20, 2012 22:58
download artifacts from jenkins with python
#!/usr/bin/env python
import cStringIO
import json
import pycurl
import os
import sys
##########
# configuration