Jenkins Pipeline jobs have a feature to execute Groovy scripts from SCM via Pipeline -> Definition -> Pipeline Script from SCM. Ideally I'd like to execute a Python script instead, via a freestyle job, via SCM, because:
Pipeline -> Definition -> Pipeline Script from SCM
Is it possible to create a build step in a Jenkins freestyle job that executes a Python script from SCM?
2.1m questions
2.1m answers
60 comments
57.0k users