Skip to content

Instantly share code, notes, and snippets.

@apemberton
Created January 16, 2016 04:16
Show Gist options
  • Save apemberton/841a33bdcc8c4d7e19ef to your computer and use it in GitHub Desktop.
Save apemberton/841a33bdcc8c4d7e19ef to your computer and use it in GitHub Desktop.
[{
"type": "OperationsCenter",
"name": "OperationsCenter",
"url": "http://jenkins.beedemo.net/",
"cores": 2,
"nodes": [
{
"type": "MasterComputer",
"name": "master",
"executors": 2
},
{
"type": "SharedSlave",
"name": "linux-us-west-1",
"executors": 1
},
{
"type": "SharedSlave",
"name": "linux-us-west-2",
"executors": 2
}
],
"clouds": [
]
}
, {
"type": "ClientMaster",
"name": "API%20Team",
"url": "http://jenkins.beedemo.net/api-team/",
"cores": 2,
"nodes": [
{
"type": "MasterComputer",
"name": "master",
"executors": 0
},
{
"type": "SlaveComputer",
"name": "api-team-node",
"executors": 2
}
],
"clouds": [
{
"type": "Docker",
"name": "docker-swarm",
"executorsCap": 4
},
{
"type": "Operations Center Slave Provisioning Service",
"name": "Operations Center Slave Provisioning Service",
"executorsCap": null
}
]
}
, {
"type": "ClientMaster",
"name": "Mobile%20Team",
"url": "http://jenkins.beedemo.net/mobile-team/",
"cores": 2,
"nodes": [
{
"type": "MasterComputer",
"name": "master",
"executors": 0
}
],
"clouds": [
{
"type": "Operations Center Slave Provisioning Service",
"name": "Operations Center Slave Provisioning Service",
"executorsCap": null
},
{
"type": "Docker",
"name": "docker-swarm",
"executorsCap": 4
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment