Add league config for 2024
This commit is contained in:
4
jenkinsfiles/CheckGistUpdates/Jenkinsfile
vendored
4
jenkinsfiles/CheckGistUpdates/Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user