diff --git a/Jenkinsfile b/Jenkinsfile index 01ca205c..736a9484 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {