Add missing teams
This commit is contained in:
1
jenkinsfiles/APIFootballUpdater/Jenkinsfile
vendored
1
jenkinsfiles/APIFootballUpdater/Jenkinsfile
vendored
@@ -43,6 +43,7 @@ pipeline {
|
|||||||
echo 'Trigger jobs'
|
echo 'Trigger jobs'
|
||||||
build wait: false, job: 'TippligaUpdater'
|
build wait: false, job: 'TippligaUpdater'
|
||||||
build wait: false, job: 'WTLPokalUpdater'
|
build wait: false, job: 'WTLPokalUpdater'
|
||||||
|
build wait: false, job: 'LigaCupUpdater'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,5 +93,10 @@
|
|||||||
"country": "World",
|
"country": "World",
|
||||||
"name": "UEFA Super Cup",
|
"name": "UEFA Super Cup",
|
||||||
"league_id": 5235
|
"league_id": 5235
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"country": "World",
|
||||||
|
"name": "Euro Championship",
|
||||||
|
"league_id": 5858
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1218,5 +1218,30 @@
|
|||||||
"teamname": "Stade Brestois 29",
|
"teamname": "Stade Brestois 29",
|
||||||
"tippligaID": 649,
|
"tippligaID": 649,
|
||||||
"apiFootballID": 106
|
"apiFootballID": 106
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"teamname": "Albania",
|
||||||
|
"tippligaID": 702,
|
||||||
|
"apiFootballID": 778
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"teamname": "Slovenia",
|
||||||
|
"tippligaID": 926,
|
||||||
|
"apiFootballID": 1091
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"teamname": "Serbia",
|
||||||
|
"tippligaID": 924,
|
||||||
|
"apiFootballID": 14
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"teamname": "Romania",
|
||||||
|
"tippligaID": 836,
|
||||||
|
"apiFootballID": 774
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"teamname": "Georgia",
|
||||||
|
"tippligaID": 751,
|
||||||
|
"apiFootballID": 1104
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user