Implement API address specification in Jenkinsfile.

This commit is contained in:
Maciej Prill 2023-01-15 13:15:28 +01:00
parent b1cd33bc41
commit bbf1d3a285
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ pipeline {
REACT_APP_KC_URL = 'https://auth-dev.csi.wmi.amu.edu.pl/'
REACT_APP_KC_REALM = 'gonito-dev'
REACT_APP_KC_CLIENT_ID = 'gonito-front-dev'
REACT_APP_API = 'https://gonito-back-dev.csi.wmi.amu.edu.pl/api'
}
stages {
stage('Build') {

View File

@ -15,6 +15,7 @@ pipeline {
REACT_APP_KC_URL = 'https://auth.csi.wmi.amu.edu.pl/'
REACT_APP_KC_REALM = 'csi-gonito'
REACT_APP_KC_CLIENT_ID = 'gonito-frontend'
REACT_APP_API = 'https://gonito.net/api'
}
stages {
stage('Build') {