Update Jenkinsfile
This commit is contained in:
parent
46f0f270ca
commit
1dec2b8c2a
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue