Add league config for 2024
This commit is contained in:
4
jenkinsfiles/APIFootballUpdater/Jenkinsfile
vendored
4
jenkinsfiles/APIFootballUpdater/Jenkinsfile
vendored
@@ -40,8 +40,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Trigger Tool') {
|
stage('Trigger Tool') {
|
||||||
steps {
|
steps {
|
||||||
build wait: false, job: 'TippligaUpdater'
|
// build wait: false, job: 'TippligaUpdater'
|
||||||
build wait: false, job: 'WTLPokalUpdater'
|
// build wait: false, job: 'WTLPokalUpdater'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
jenkinsfiles/CheckGistUpdates/Jenkinsfile
vendored
4
jenkinsfiles/CheckGistUpdates/Jenkinsfile
vendored
@@ -40,11 +40,11 @@ pipeline {
|
|||||||
String lastChecksumWTLPokal = readFile 'last/checksum_wtlpokal.txt'
|
String lastChecksumWTLPokal = readFile 'last/checksum_wtlpokal.txt'
|
||||||
if(!checksumTippliga.equals(lastChecksumTippliga)){
|
if(!checksumTippliga.equals(lastChecksumTippliga)){
|
||||||
telegramSendManual('Tippliga Update')
|
telegramSendManual('Tippliga Update')
|
||||||
build wait: false, job: 'TippligaUpdater'
|
// build wait: false, job: 'TippligaUpdater'
|
||||||
}
|
}
|
||||||
if(!checksumWTLPokal.equals(lastChecksumWTLPokal)){
|
if(!checksumWTLPokal.equals(lastChecksumWTLPokal)){
|
||||||
telegramSendManual('WTL-Pokal Update')
|
telegramSendManual('WTL-Pokal Update')
|
||||||
build wait: false, job: 'WTLPokalUpdater'
|
// build wait: false, job: 'WTLPokalUpdater'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
jenkinsfiles/build/Jenkinsfile
vendored
4
jenkinsfiles/build/Jenkinsfile
vendored
@@ -32,8 +32,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Trigger') {
|
stage('Trigger') {
|
||||||
steps {
|
steps {
|
||||||
build wait: false, job: 'TippligaUpdater'
|
// build wait: false, job: 'TippligaUpdater'
|
||||||
build wait: false, job: 'WTLPokalUpdater'
|
// build wait: false, job: 'WTLPokalUpdater'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
92
src/main/resources/Tippliga/2024_Ligen.json
Normal file
92
src/main/resources/Tippliga/2024_Ligen.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user