From e3ad74c716da6d0ba9c551e12cac8507f35ed081 Mon Sep 17 00:00:00 2001 From: RudiThoeni <30471361+RudiThoeni@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:23:10 +0200 Subject: [PATCH] renaming gtfs filename --- infrastructure/Jenkinsfile-Prod-Execute.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/Jenkinsfile-Prod-Execute.groovy b/infrastructure/Jenkinsfile-Prod-Execute.groovy index be902def..463632fd 100644 --- a/infrastructure/Jenkinsfile-Prod-Execute.groovy +++ b/infrastructure/Jenkinsfile-Prod-Execute.groovy @@ -55,7 +55,7 @@ pipeline { DRT_HOST="https://drt.otp.opendatahub.bz.it/" CHARGER_HOST="https://charger.otp.opendatahub.bz.it/" - 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 4 * * *" GTFS_URL_UPDATEHOOK="https://jenkins.testingmachine.eu/job/it.bz.opendatahub.otp/job/calculate.prod-deploy.trigger/build?token=" JENKINSURL_TOKEN=credentials("calculate.test-deploy.trigger-authtoken")