mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-05-04 22:52:05 +00:00
try /tmp for npm config
This commit is contained in:
parent
42edcf9d39
commit
d7a0fdc949
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user