github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/jenkins-juju-ci/README.md (about) 1 # Overview 2 3 This charm provisions the Juju CI testing tools needed to run tests on a 4 jenkins slave. 5 6 7 # Usage 8 9 To deploy a Jenkins slave you will also need to deploy the jenkins master 10 charm. This can be done as follows: 11 12 juju deploy jenkins 13 juju deploy jenkins-slave 14 juju deploy jenkins-juju-ci 15 juju add-relation jenkins jenkins-slave 16 juju add-relation jenkins-juju-ci jenkins-slave