Last active
September 12, 2016 11:20
-
-
Save Larusso/26e8352b1618910cc8a5feffcdd40ea5 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
| { | |
| "Profiles": [ | |
| { | |
| "Name": "JS AGEND I", | |
| "Guid": "C7EC57F9-7191-4D2E-A13B-383BA0E9124C", | |
| "Badge Text" : "I", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND II", | |
| "Guid": "6AC5E8C3-FC58-4141-9492-B7BC0EF85E05", | |
| "Badge Text" : "II", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND III", | |
| "Guid": "AB63C5A0-E246-42AD-9EF9-F19845296EA3", | |
| "Badge Text" : "III", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND IV", | |
| "Guid": "A7C37C88-D9FD-4FEA-A262-CEE4122BE73B", | |
| "Badge Text" : "IV", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND ADMIN I", | |
| "Guid": "4BFB62C3-DA14-40CC-A806-968F3DDF22B8", | |
| "Badge Text" : "A I", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND ADMIN II", | |
| "Guid": "30F25646-54B2-4DAC-BE52-A6E93BFAE789", | |
| "Badge Text" : "A II", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND ADMIN III", | |
| "Guid": "29092575-386F-4DDE-9E65-558E83E34708", | |
| "Badge Text" : "A III", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| }, | |
| { | |
| "Name": "JS AGEND ADMIN IV", | |
| "Guid": "EF2702B8-54C4-46CD-9C6A-63F121E33E39", | |
| "Badge Text" : "A IV", | |
| "Tags" : [ | |
| "jenkins" | |
| ], | |
| "Custom Command" : "Yes", | |
| "Command" : "ssh [email protected]", | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment