Skip to content
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

build.cmd file not found #56

Closed
neverfox opened this issue Apr 28, 2017 · 1 comment
Closed

build.cmd file not found #56

neverfox opened this issue Apr 28, 2017 · 1 comment

Comments

@neverfox
Copy link

Running TeamCity 2017.1, the docker run command looks something like this:

docker run --rm=true --name=teamcity_s2L51dkQVAmqIyuOVabB5iKq0hbPQR4D -v /opt/buildagent/work/5a079a74598fd4f:/checkout:rw --workdir=/checkout/ --interactive=false --tty=false blang/busybox-bash /bin/bash -c "source teamcity6360598547668335939.build.cmd

But this fails because /bin/bash: teamcity6360598547668335939.build.cmd: No such file or directory. Indeed no such file is in the working directory (or anywhere on the agent for that matter). I can see in the code where this is supposed to happen, but something isn't working. Is this an incompatibility with the newer TeamCity?

@neverfox
Copy link
Author

Figured it out. It was an issue with my volumes on my docker host not mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant