Skip to content

Commit e2b6276

Browse files
committed
Clearer name for GLOBAL_LIBRARIES_DIR
1 parent 3cd3102 commit e2b6276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/libs/LibraryCachingConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class LibraryCachingConfiguration extends AbstractDescribableImpl<L
3131
private String excludedVersionsStr;
3232

3333
private static final String VERSIONS_SEPARATOR = " ";
34-
public static final String GLOBAL_LIBRARIES_DIR = "global-libraries-jar-cache";
34+
public static final String GLOBAL_LIBRARIES_DIR = "pipeline-groovy-lib-cache";
3535
public static final String LAST_READ_FILE = "last_read";
3636

3737
@DataBoundConstructor public LibraryCachingConfiguration(int refreshTimeMinutes, String excludedVersionsStr) {

0 commit comments

Comments
 (0)