Jenkinsfile.
This commit is contained in:
parent
4b6cd9e504
commit
81a746eac9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,6 +7,8 @@ pipeline {
|
||||
environment {
|
||||
CI = 'true'
|
||||
NODE_ENV = 'production'
|
||||
HOME = '.'
|
||||
npm_config_cache = 'npm_cache'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user