Update Jenkinsfiles

This commit is contained in:
2024-05-23 23:13:35 +02:00
parent 420196509c
commit 10b5cc2f9c
2 changed files with 3 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: 'SupercupUpdater'
build wait: false, job: 'LigaCupUpdater'
}
}