From 420196509ce3816f67be611ad80a6f5a2dbc5922 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Thu, 23 May 2024 22:12:26 +0200 Subject: [PATCH] Add missing teams --- jenkinsfiles/APIFootballUpdater/Jenkinsfile | 1 + .../Jenkinsfile | 0 src/main/resources/Tippliga/2024_Ligen.json | 5 ++++ .../Tippliga/Team_ID_Matcher_Config.json | 25 +++++++++++++++++++ 4 files changed, 31 insertions(+) rename jenkinsfiles/{EMTippspielUpdater => LigaCupUpdater}/Jenkinsfile (100%) diff --git a/jenkinsfiles/APIFootballUpdater/Jenkinsfile b/jenkinsfiles/APIFootballUpdater/Jenkinsfile index a8d4850..cf40056 100644 --- a/jenkinsfiles/APIFootballUpdater/Jenkinsfile +++ b/jenkinsfiles/APIFootballUpdater/Jenkinsfile @@ -43,6 +43,7 @@ pipeline { echo 'Trigger jobs' build wait: false, job: 'TippligaUpdater' build wait: false, job: 'WTLPokalUpdater' + build wait: false, job: 'LigaCupUpdater' } } } diff --git a/jenkinsfiles/EMTippspielUpdater/Jenkinsfile b/jenkinsfiles/LigaCupUpdater/Jenkinsfile similarity index 100% rename from jenkinsfiles/EMTippspielUpdater/Jenkinsfile rename to jenkinsfiles/LigaCupUpdater/Jenkinsfile diff --git a/src/main/resources/Tippliga/2024_Ligen.json b/src/main/resources/Tippliga/2024_Ligen.json index 7711042..0640fb3 100644 --- a/src/main/resources/Tippliga/2024_Ligen.json +++ b/src/main/resources/Tippliga/2024_Ligen.json @@ -93,5 +93,10 @@ "country": "World", "name": "UEFA Super Cup", "league_id": 5235 + }, + { + "country": "World", + "name": "Euro Championship", + "league_id": 5858 } ] \ No newline at end of file diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index 2e70073..58c399e 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -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 } ]