This is kind of a simple question. How to execute python script in post-build actions? But I can not find how to do it ...
I found this option: through the Groovy Post-Build Plugin. def command = "" python -c "..." ""
but I need a full version of the Python script, something like the "Post-Build Python Plugin". Any ideas how to do this? Thank.
source
share