From f54e0739b95b2cf815fa2add1164dabaf74bc1a3 Mon Sep 17 00:00:00 2001 From: RudiThoeni <30471361+RudiThoeni@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:14:57 +0200 Subject: [PATCH] updating gtfs url sta --- infrastructure/Jenkinsfile-Test-Execute.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/Jenkinsfile-Test-Execute.groovy b/infrastructure/Jenkinsfile-Test-Execute.groovy index 0055fcd4..502d2a61 100644 --- a/infrastructure/Jenkinsfile-Test-Execute.groovy +++ b/infrastructure/Jenkinsfile-Test-Execute.groovy @@ -54,7 +54,7 @@ pipeline { DRT_HOST="https://drt.otp.opendatahub.testingmachine.eu/" CHARGER_HOST="https://charger.otp.opendatahub.testingmachine.eu/" - GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit_shp.zip" + GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit.zip" GTFS_URL_UPDATETIME="0 2 * * *" GTFS_URL_UPDATEHOOK="https://jenkins.testingmachine.eu/job/it.bz.opendatahub.otp/job/calculate.test-deploy.trigger/build?token=" JENKINSURL_TOKEN=credentials("calculate.test-deploy.trigger-authtoken")