Jenkinsfile.
This commit is contained in:
parent
4b6cd9e504
commit
81a746eac9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user