Open shampoo72 opened 7 years ago
At the moment, the runner is not interactive: you can not send additional input on the fly.
But sudo
can receive password from stdin, so using command like
echo myPassword | sudo -S ls /tmp
should do the trick
Thanks. Works!!!
Hi,
Right now this step is just hung waiting for the password input for the sudo command -
sudo systemctl stop tomcat
Is there any way it can be passed through the runner.