Skip to content

Commit 44fc27c

Browse files
author
Alexander Acurio
committed
Añadir Home
1 parent 959a2cf commit 44fc27c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pipeline {
55
args '-p 3000:3000'
66
}
77
}
8+
environment {
9+
HOME = '.'
10+
}
811
stages {
912
stage('Build') {
1013
steps {

0 commit comments

Comments
 (0)