mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-08 19:12:49 +00:00
try npm global dir for npm config
This commit is contained in:
parent
d7a0fdc949
commit
fd44c74f3f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
||||
environment {
|
||||
NODE_AUTH_TOKEN = credentials('GITHUB_BASTION_PAT')
|
||||
GITEA_JENKINS_PUBLISH = credentials('GITEA_JENKINS_PUBLISH')
|
||||
NPM_CONFIG_USERCONFIG = "/tmp"
|
||||
NPM_CONFIG_USERCONFIG = "/usr/local/share/npm-global"
|
||||
}
|
||||
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user