Add missing teams

This commit is contained in:
2024-05-23 22:12:26 +02:00
parent bbf7cdc9e8
commit 420196509c
4 changed files with 31 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ pipeline {
echo 'Trigger jobs'
build wait: false, job: 'TippligaUpdater'
build wait: false, job: 'WTLPokalUpdater'
build wait: false, job: 'LigaCupUpdater'
}
}
}

View File

@@ -93,5 +93,10 @@
"country": "World",
"name": "UEFA Super Cup",
"league_id": 5235
},
{
"country": "World",
"name": "Euro Championship",
"league_id": 5858
}
]

View File

@@ -1218,5 +1218,30 @@
"teamname": "Stade Brestois 29",
"tippligaID": 649,
"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
}
]