Jenkins npm fix
Some checks reported errors
Cat or Not - frontend/inzynieria_frontend/pipeline/head Something is wrong with the build of this commit

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'
}
}
environment {
HOME = '.'
}
stages {
stage('Build') {
steps {