Jenkins npm fix

This commit is contained in:
s464930 2021-12-10 22:11:21 +01:00
parent e663140521
commit e155b3ae25

3
Jenkinsfile vendored
View File

@ -4,6 +4,9 @@ pipeline {
image 'node' image 'node'
} }
} }
environment {
HOME = '.'
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {