Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:11:09 +02:00
parent 4b6cd9e504
commit 81a746eac9

2
Jenkinsfile vendored
View File

@ -7,6 +7,8 @@ pipeline {
environment { environment {
CI = 'true' CI = 'true'
NODE_ENV = 'production' NODE_ENV = 'production'
HOME = '.'
npm_config_cache = 'npm_cache'
} }
stages { stages {
stage('Build') { stage('Build') {