Skip to content

Commit

Permalink
addign here apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni authored Oct 13, 2022
1 parent 2ed97be commit 83387ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/Jenkinsfile-Prod-Execute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83387ac

Please sign in to comment.