Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 09:24:32 +02:00
parent e1c4911f53
commit 5ac8ca2798

4
Jenkinsfile vendored
View File

@ -11,6 +11,10 @@ pipeline {
// set NPM parameters
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_CLIENT_ID = 'gonito-front-dev'
}
stages {
stage('Build') {