We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959a2cf commit 44fc27cCopy full SHA for 44fc27c
Jenkinsfile
@@ -5,6 +5,9 @@ pipeline {
5
args '-p 3000:3000'
6
}
7
8
+ environment {
9
+ HOME = '.'
10
+ }
11
stages {
12
stage('Build') {
13
steps {
0 commit comments