From 83387acae9112d312d9d28d04b05710f690a32c3 Mon Sep 17 00:00:00 2001 From: RudiThoeni <30471361+RudiThoeni@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:50:27 +0200 Subject: [PATCH] addign here apikey --- infrastructure/Jenkinsfile-Prod-Execute.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/Jenkinsfile-Prod-Execute.groovy b/infrastructure/Jenkinsfile-Prod-Execute.groovy index 4f4523b3..f48267c7 100644 --- a/infrastructure/Jenkinsfile-Prod-Execute.groovy +++ b/infrastructure/Jenkinsfile-Prod-Execute.groovy @@ -40,6 +40,7 @@ pipeline { HERE_APPID=credentials("otp-here-appid-prod") HERE_APPCODE=credentials("otp-here-appcode-prod") + HERE_APIKEY=credentials("otp-here-apikey-prod") GEOCODER_BASEURL = "https://geocoder.otp.opendatahub.bz.it" PARKING_BASEURL = "https://parking.otp.opendatahub.bz.it" @@ -100,6 +101,7 @@ pipeline { echo 'HERE_APPID=${HERE_APPID}' >> .env echo 'HERE_APPCODE=${HERE_APPCODE}' >> .env + echo 'HERE_APIKEY=${HERE_APIKEY}' >> .env echo 'OTP_RR_BRANCH=${OTP_RR_BRANCH}' >> .env echo 'OTP_UI_BRANCH=${OTP_UI_BRANCH}' >> .env