From 1dec2b8c2a42dc268dc8af99846e364200b32332 Mon Sep 17 00:00:00 2001 From: egelhaus <156946629+egelhaus@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:42:39 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fe5c5099..01b84071 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) }