Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Explicitly set home folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Jul 19, 2021
1 parent 106e690 commit 56b6ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -9,8 +9,8 @@ if (JENKINS_URL.contains('ci.jenkins.io')) {
checkout scm
sh "docker build -t jenkins-wiki-exporter ."
docker.image('jenkins-wiki-exporter').inside {
sh 'NODE_ENV=development npm install'
sh 'NODE_ENV=development npm run test'
sh "NODE_ENV=development HOME=${env.WORKSPACE} npm install"
sh "NODE_ENV=development HOME=${env.WORKSPACE} npm run test"
}
}
return;
Expand Down

0 comments on commit 56b6ac5

Please sign in to comment.