I have a jenkins job with parameter "github_username" which is being passed to a python script I am running in the job with below line.I used a string parameter but the script is runnig against each letter of the username instead runnig against the username as a single word. is there a better to this?
users = os.environ.get("github_username")
https://stackoverflow.com/questions/66881215/pass-jenkins-parameter-to-python-script-in-a-build March 31, 2021 at 11:23AM
没有评论:
发表评论