Skip to content

Instantly share code, notes, and snippets.

@noc0lour
Created March 24, 2017 23:12
Show Gist options
  • Save noc0lour/57d7091ca511401061d7e4574795e6f9 to your computer and use it in GitHub Desktop.
Save noc0lour/57d7091ca511401061d7e4574795e6f9 to your computer and use it in GitHub Desktop.
{
"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