Jenkinsfile.
This commit is contained in:
parent
5ac8ca2798
commit
b9e4a17a0f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,8 +12,8 @@ pipeline {
|
||||
HOME = '.'
|
||||
NPM_CONFIG_CACHE = 'npm_cache'
|
||||
// set application configuration
|
||||
REACT_APP_KC_URL = 'https://auth.csi.wmi.amu.edu.pl/'
|
||||
REACT_APP_KC_REALM = 'csi-gonito'
|
||||
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'
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user