Update Jenkinsfile
This commit is contained in:
parent
3dacc57711
commit
38e2813380
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue