Add league config for 2024

This commit is contained in:
2023-07-30 16:18:59 +02:00
parent a06efd5355
commit 04f0188c3f
4 changed files with 98 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ pipeline {
}
stage('Trigger Tool') {
steps {
build wait: false, job: 'TippligaUpdater'
build wait: false, job: 'WTLPokalUpdater'
// build wait: false, job: 'TippligaUpdater'
// build wait: false, job: 'WTLPokalUpdater'
}
}
}

View File

@@ -40,11 +40,11 @@ pipeline {
String lastChecksumWTLPokal = readFile 'last/checksum_wtlpokal.txt'
if(!checksumTippliga.equals(lastChecksumTippliga)){
telegramSendManual('Tippliga Update')
build wait: false, job: 'TippligaUpdater'
// build wait: false, job: 'TippligaUpdater'
}
if(!checksumWTLPokal.equals(lastChecksumWTLPokal)){
telegramSendManual('WTL-Pokal Update')
build wait: false, job: 'WTLPokalUpdater'
// build wait: false, job: 'WTLPokalUpdater'
}
}
}

View File

@@ -32,8 +32,8 @@ pipeline {
}
stage('Trigger') {
steps {
build wait: false, job: 'TippligaUpdater'
build wait: false, job: 'WTLPokalUpdater'
// build wait: false, job: 'TippligaUpdater'
// build wait: false, job: 'WTLPokalUpdater'
}
}
}

View File

@@ -0,0 +1,92 @@
[
{
"country": "Germany",
"name": "Bundesliga",
"league_id": 5348
},
{
"country": "Germany",
"name": "2. Bundesliga",
"league_id": 5347
},
{
"country": "Germany",
"name": "3. Liga",
"league_id": 5399
},
{
"country": "Germany",
"name": "Regionalliga - Bayern",
"league_id": 5518
},
{
"country": "Germany",
"name": "Regionalliga - SudWest",
"league_id": 5519
},
{
"country": "Germany",
"name": "U19 Bundesliga",
"league_id": 5436
},
{
"country": "Germany",
"name": "Frauen Bundesliga",
"league_id": 5464
},
{
"country": "Germany",
"name": "DFB Pokal",
"league_id": 5275
},
{
"country": "Germany",
"name": "Super Cup",
"league_id": 5223
},
{
"country": "England",
"name": "Premier League",
"league_id": 5267
},
{
"country": "Spain",
"name": "La Liga",
"league_id": 5284
},
{
"country": "Italy",
"name": "Serie A",
"league_id": 5367
},
{
"country": "France",
"name": "Ligue 1",
"league_id": 0
},
{
"country": "Turkey",
"name": "Süper Lig",
"league_id": 5476
},
{
"country": "Netherlands",
"name": "Eredivisie",
"league_id": 5389
},
{
"country": "World",
"name": "UEFA Champions League",
"league_id": 5262
},
{
"country": "World",
"name": "UEFA Europa Conference League",
"league_id": 5277
},
{
"country": "World",
"name": "UEFA Super Cup",
"league_id": 5235
}
]