diff --git a/Jenkinsfile b/Jenkinsfile index a6c2d192..66d12d64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { cacheValidityDecidingFile: '', excludes: '', includes: '**/*', - path: ${$WORKSPACE}"/.next/cache" + path: ${WORKSPACE}"/.next/cache" ), arbitraryFileCache( cacheName: 'NPM', // Added a cache name for better clarity