diff --git a/Jenkinsfile b/Jenkinsfile index f948f33..2b0ef24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,8 @@ pipeline { environment { CI = 'true' NODE_ENV = 'production' + HOME = '.' + npm_config_cache = 'npm_cache' } stages { stage('Build') {