Jenkins can’t trigger PC speaker
I have a python script, using lib pyttsx3, to trigger PC speaker, like speak “hey Siri, what’s the weather”.
Use Jenkins credentials in Python script withEnv
I have the following code where I define environmental variables and use them in python script:
Capture the return value from python script ran in Jenkins sh
I have the following python script myscript.py:
Return output from a python script and print out to Jenkins build log
I’m running a python script from Jenkins pipeline(groovy):