Jenkinsfile.
This commit is contained in:
parent
e1c4911f53
commit
5ac8ca2798
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,6 +11,10 @@ pipeline {
|
|||||||
// set NPM parameters
|
// set NPM parameters
|
||||||
HOME = '.'
|
HOME = '.'
|
||||||
NPM_CONFIG_CACHE = 'npm_cache'
|
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 {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user