Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: shiningpanda-plugin
-
Labels:
-
Similar Issues:
-
Epic Link:
Description
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'
}