File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments