0

trying to run the docker run -it --rm -v command inside the Jenkinsfile which pops out with error message like the input device is not a TTY

any suggestion to get out of this stuff

Thanks in advance

pix data
  • 731
  • 7
  • 14

1 Answers1

0

remove the t and run "docker run -i --rm -v" instead.

kemgou
  • 1
  • 1