~hopem/charms/precise/ci-configurator/relations-cleanup

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/canonical_ci/jenkins.py

[hopem,r=wolsen]

synced ~canonical-ci/charm-helpers/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import logging
2
2
import os
3
 
import paramiko
4
 
import sys
5
3
import subprocess
6
 
import json
7
4
 
8
5
from charmhelpers.core.hookenv import (
9
 
    log as _log,
10
 
    ERROR,
 
6
    log as _log
11
7
)
12
8
 
13
9
JENKINS_DAEMON = "/etc/init.d/jenkins"