Created
March 24, 2017 23:12
-
-
Save noc0lour/57d7091ca511401061d7e4574795e6f9 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
{ | |
"Linux":{ | |
"Ubuntu_16_04_64":{ | |
"image": "my_image:16.04", | |
"properties":{ | |
"tasks": ["build"] | |
}, | |
"workers": 3 | |
}, | |
"Ubuntu_14_04_64":{ | |
"image":"my_image:14.04", | |
"proprties":{ | |
"tasks": ["build"] | |
}, | |
"workers": 0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment