Another way is creating pipeline and execute sh command, which points to your python script. You also can pass parameters via Jenkins UI as dsaydon ...
DOWNLOAD: https://tinurli.com/2f7uh1
DOWNLOAD: https://tinurli.com/2f7uh1
jenkins-passing-parameters-to-shell-script
What really helped me was Hudson: How to pass parameters to shell script. Solution: the variables are UPPERCASE even you define them in .... Jenkins will pick it up and make it an environment variable for the current job. You can access the variable as: $VAR - Shell script; %VAR% - Batch script .... Feb 15, 2019 — Before we do that we set a new variable called "color" in the environment section of the Jenkins Pipeline. On Unix/Linux: sh('printenv | sort'). 939c2ea5af
Comments