Created
August 13, 2014 13:08
-
-
Save simonmcc/f68bc2d6f75d430b0d9a 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
| - project: | |
| name: ssh-agent-tests | |
| jobs: | |
| - 'ssh-agent-invalid-no-user' | |
| - job-template: | |
| name: 'ssh-agent-invalid-no-user' | |
| wrappers: | |
| - ssh-agent: | |
| users: "this-is-the-wrong-keyname" | |
| builders: | |
| - shell: | | |
| #!/usr/bin/env python | |
| # | |
| print("Doing something cool with python") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment