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

Add @Symbol("python") to ShiningPanda's PythonInstallation

XMLWordPrintable

      Most other tool implementations provide a short name for use in pipelines (jdk, maven, etc.) but there's no python. You have to use the full quoted class name instead.

      Current
      tools {
          'jenkins.plugins.shiningpanda.tools.PythonInstallation' 'CPython-3.6'
      }
      
      Proposed
      tools {
          python 'CPython-3.6'
      }
      

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

              Created:
              Updated: