Skip to content

Commit 4f02747

Browse files
authored
Deactivate NodeJS Cache
1 parent d07bbf5 commit 4f02747

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Jenkinsfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ pipeline {
1515
excludes: '',
1616
includes: '**/*',
1717
path: "./.nx/cache"
18-
),
19-
arbitraryFileCache(
20-
cacheName: 'NodeJS', // Added a cache name for better clarity
21-
cacheValidityDecidingFile: '',
22-
excludes: '',
23-
includes: '**/*',
24-
path: "./node_modules" // Use the HOME environment variable for home directory
2518
)
2619
], defaultBranch: 'dev', maxCacheSize: 256000, skipSave: true)
2720
}
@@ -72,13 +65,6 @@ pipeline {
7265
excludes: '',
7366
includes: '**/*',
7467
path: "./.nx/cache"
75-
),
76-
arbitraryFileCache(
77-
cacheName: 'NodeJS', // Added a cache name for better clarity
78-
cacheValidityDecidingFile: '',
79-
excludes: '',
80-
includes: '**/*',
81-
path: "./node_modules" // Use the HOME environment variable for home directory
8268
)
8369
], defaultBranch: 'dev', maxCacheSize: 256000, skipRestore: true)
8470
}

0 commit comments

Comments
 (0)