-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The input device is not a TTY #128
Comments
It looks like I just had to remove the -i -t to get the consolidated command to get passed the "input device is not TTY" error. Now I get the following:
|
Hi @anthonycolon25, This is something that I usually don't use any color coding within CI/CD pipelines by adding |
Closing the issue, please don't hesitate to re-open the issue if you have more questions. |
I am trying to integrate terraform-compliance into a Jenkins pipeline. I tried putting the following two command within a sh inside a stage but it kept complaining about having to escape the $:
I then tried consolidating into just a call to docker as follows:
docker run --rm -v \$(pwd):/target -i -t eerkunt/terraform-compliance:1.0.24 "--no-ansi -p /target/tc-test2/tf-template/plan.out.json -f /target/tc-test2/features"
I get the following error:
The text was updated successfully, but these errors were encountered: