We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb116e1 commit bbeaebfCopy full SHA for bbeaebf
src/main/java/org/jenkinsci/plugins/docker/workflow/declarative/AbstractDockerAgent.java
@@ -142,7 +142,7 @@ public boolean isAllowed(String groovyResourceUrl) {
142
}
143
144
145
- @Extension public static final class Compat implements CompatibilityLoader {
+ @Extension(optional = true) public static final class Compat implements CompatibilityLoader {
146
private static final Set<String> CLASSES = Set.of(
147
"org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript",
148
"org.jenkinsci.plugins.docker.workflow.declarative.DockerPipelineScript",
0 commit comments