-
Notifications
You must be signed in to change notification settings - Fork 653
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
Allways make sure the master branch is up to date in the local repository #20
Comments
That sounds strange, we do make sure to git fetch the master at all times. Do you have agent checkout enabled? |
Yes, when I think about it this might be tightly related to issue #21, for now I have to run with ssh as the transport, that is probably when fetch fail silently. I can get you the builds logs if you need them |
Correct, libsysgit doesn't seem to support ssh:( Please supply the buildlogs! Sent from my iPhone On 16 okt 2013, at 21:18, Niels Henrik Hagen [email protected] wrote:
|
I'll make my repo public to test that this not caused by issue #21 |
I simulated a busy build server and it looks to be working as it should, so my problems are coming from issue #21 |
When using multiple build agents the master branch will either not exist or not be up to date. This causes version numbers to be wrong.
The text was updated successfully, but these errors were encountered: