Created
October 4, 2016 18:27
-
-
Save jbergstroem/c5053b92bb03564d3d4bb53ced3bf514 to your computer and use it in GitHub Desktop.
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
| ~/Work/node/build/ansible ±feature/refactor-the-world $ ansible-playbook playbooks/upgrade-worker-jar.yml --limit "test-joyent-freebsd*" | |
| PLAY [test] ******************************************************************** | |
| TASK [download slave.jar] ****************************************************** | |
| ok: [test-joyent-freebsd10-x64-2] | |
| ok: [test-joyent-freebsd10-x64-1] | |
| TASK [restart jenkins] ********************************************************* | |
| changed: [test-joyent-freebsd10-x64-1] | |
| changed: [test-joyent-freebsd10-x64-2] | |
| PLAY RECAP ********************************************************************* | |
| test-joyent-freebsd10-x64-1 : ok=2 changed=1 unreachable=0 failed=0 | |
| test-joyent-freebsd10-x64-2 : ok=2 changed=1 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment