Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56315

Add "docker" alias for DockerTool

XMLWordPrintable

      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'
      }
      

            Unassigned Unassigned
            jameshowe James Howe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: