try /tmp for npm config

This commit is contained in:
Michael Shaw 2022-12-21 16:32:36 -05:00
parent 42edcf9d39
commit d7a0fdc949

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
environment {
NODE_AUTH_TOKEN = credentials('GITHUB_BASTION_PAT')
GITEA_JENKINS_PUBLISH = credentials('GITEA_JENKINS_PUBLISH')
NPM_CONFIG_USERCONFIG = "/tmp"
}
steps {