Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save peter-mcconnell/9206763 to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/9206763 to your computer and use it in GitHub Desktop.
jenkins test micro juju build
juju bootstrap --constraints "cpu-power=0"
juju deploy jenkins
juju deploy -n 1 jenkins-slave
juju add-relation jenkins jenkins-slave
# delete it
juju destroy-environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment