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 {
CI = 'true'
NODE_ENV = 'production'
HOME = '.'
npm_config_cache = 'npm_cache'
}
stages {
stage('Build') {