summaryrefslogtreecommitdiff
path: root/jobs/docker-container-jobs.json
blob: dd58cc6cd1d5bb67afc5120977668c965cb75939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "name": "vyos-build-container",
    "description": "shared",
    "gitUrl": "https://github.com/dd010101/vyos-build.git",
    "branchRegex": "(equuleus|sagitta|current)",
    "jenkinsfilePath": "packages/vyos-build-container/Jenkinsfile",
    "branchParameters": {
      "equuleus": {
        "ELTS_MIRROR": "http://172.17.17.17:3142/deb.freexian.com/extended-lts"
      }
    }
  }
]