Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 16:47:10 +02:00 committed by GitHub
parent 3dacc57711
commit 38e2813380
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

@ -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