I am running the following command from my Jenkinsfile. However, I get the error \"The input device is not a TTY\".
Jenkinsfile
docker run -v $PWD:
For those who struggle with this error and git bash on Windows, just use PowerShell where -it works perfectly.
-it