try jenkins workspace

This commit is contained in:
Michael Shaw 2022-12-21 16:40:27 -05:00
parent fd44c74f3f
commit e5da4da395

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
environment {
NODE_AUTH_TOKEN = credentials('GITHUB_BASTION_PAT')
GITEA_JENKINS_PUBLISH = credentials('GITEA_JENKINS_PUBLISH')
NPM_CONFIG_USERCONFIG = "/usr/local/share/npm-global"
NPM_CONFIG_USERCONFIG = "${WORKSPACE}"
}
steps {