Last active
August 29, 2015 13:56
-
-
Save peter-mcconnell/9206763 to your computer and use it in GitHub Desktop.
jenkins test micro juju build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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