Skip to content

Instantly share code, notes, and snippets.

@tfcollins
Created March 30, 2020 23:21
Show Gist options
  • Save tfcollins/43c92aa6e7d8be00ca9b2e499e0ceca8 to your computer and use it in GitHub Desktop.
Save tfcollins/43c92aa6e7d8be00ca9b2e499e0ceca8 to your computer and use it in GitHub Desktop.
{
"monitor": {
"interval": 30000,
"numberOfBuilds": 8,
"latestBuildOnly": false,
"sortOrder": "project",
"errorsFirst": false,
"expandEnvironmentVariables": false,
"debug": true
},
"services": [
{
"name": "GitLab",
"configuration": {
"url": "http://gitlab.org"
},
"slugs": [
{
"project": "tfcollins/TransceiverToolbox",
"ref": "master"
}
]
},
{
"name": "Travis",
"configuration": {
"slug": "analogdevicesinc/pyadi-iio",
"latestBuildOnly": true
}
},
{
"name": "Travis",
"configuration": {
"slug": "analogdevicesinc/linux",
"latestBuildOnly": true
}
},
{
"name": "Travis",
"configuration": {
"slug": "analogdevicesinc/no-os",
"latestBuildOnly": true
}
},
{
"name": "Travis",
"configuration": {
"slug": "analogdevicesinc/libiio",
"latestBuildOnly": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment