Ejemplo n.º 1
0
def project():
    p = Project(url, commit, branch, status_url)
    return p
Ejemplo n.º 2
0
def build(url, commit, branch, status_url):
    p = Project(url, commit, branch, status_url)
    logger.info('Build started')
    p.start()