Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 16:42:39 +02:00 committed by GitHub
parent 46f0f270ca
commit 1dec2b8c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
cacheValidityDecidingFile: '',
excludes: '',
includes: '**/*',
path: "${HOME}/.npm" // Use the HOME environment variable for home directory
path: "${JENKINS_HOME}/.npm" // Use the HOME environment variable for home directory
)
], defaultBranch: 'dev', maxCacheSize: 256000)
}