-
Improvement
-
Resolution: Duplicate
-
Minor
Most other tool implementations provide a short name for use in pipelines (jdk, maven, etc.) but there's no docker. You have to use the full quoted class name instead.
Current
tools { 'org.jenkinsci.plugins.docker.commons.tools.DockerTool': 'latest' }
Proposed
tools {
docker: 'latest'
}
- duplicates
-
JENKINS-37390 Add @Symbol("docker") to Docker Common's ToolDescriptor
- Resolved