We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GLOBAL_LIBRARIES_DIR
1 parent 3cd3102 commit e2b6276Copy full SHA for e2b6276
src/main/java/org/jenkinsci/plugins/workflow/libs/LibraryCachingConfiguration.java
@@ -31,7 +31,7 @@ public final class LibraryCachingConfiguration extends AbstractDescribableImpl<L
31
private String excludedVersionsStr;
32
33
private static final String VERSIONS_SEPARATOR = " ";
34
- public static final String GLOBAL_LIBRARIES_DIR = "global-libraries-jar-cache";
+ public static final String GLOBAL_LIBRARIES_DIR = "pipeline-groovy-lib-cache";
35
public static final String LAST_READ_FILE = "last_read";
36
37
@DataBoundConstructor public LibraryCachingConfiguration(int refreshTimeMinutes, String excludedVersionsStr) {
0 commit comments