Rd Doyyan
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created the input device is not a TTY
AnsweredHi, My Teamcity Job needs to open a shell in a running docker container and run a few commands, I was originally using docker exec -it $(containerID sh It gave me the error "the input device is not... -
Created build branch name to be passed to bash shell script
AnsweredDear Folks, I have a Teamcity job that calls my bash shell script and I want to use the value in my Git branch, which I can see as a parameter teamcity.build.branch to be passed to my shell script ...