Skip to content

Commit

Permalink
adding gtfs_feed_id
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni authored Oct 18, 2022
1 parent c7edd0a commit a052424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/Jenkinsfile-Test-Execute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pipeline {
JENKINS_TRIGGER_PSWD=credentials("otp-jenkins-trigger-pswd")
JENKINS_TRIGGER_USER=credentials("otp-jenkins-trigger-user")
GTFS_RT_URL = "https://efa.sta.bz.it/gtfs-r/"
GTFS_FEED_ID = 1

MATOMO_BASE_URL="https://digital.matomo.cloud/"
MATOMO_SITE_ID="20"
Expand Down Expand Up @@ -133,6 +134,7 @@ pipeline {
echo 'GTFS_URL_UPDATEHOOK="${GTFS_URL_UPDATEHOOK}${JENKINSURL_TOKEN}"' >> .env
echo 'GTFS_UPDATEHOOK_USER="${JENKINS_TRIGGER_USER}:${JENKINS_TRIGGER_PSWD}"' >> .env
echo 'GTFS_RT_URL="${GTFS_RT_URL}"' >> .env
echo 'GTFS_FEED_ID="${GTFS_FEED_ID}"' >> .env
"""
}
}
Expand Down

0 comments on commit a052424

Please sign in to comment.