On Premise Gated Check-in Fails with “The shelveset … could not be found for check-in”

左心房为你撑大大i 提交于 2019-12-22 04:06:17

问题


I am having an issue with the new TFS 2015 Update 2 Gated Builds.

After attempting a check-in the gated build queues just fine, every part of the build is successful until it reaches the last step of "Check in gated changes".

When I look at the log for that step I get:

[Error]The shelveset _Build_5427;Build\ad8fe058-f936-4908-91de-57e7bc6a2f9d could not be found for check-in

When I look at the 'Get Sources' log, I see:

2016-04-01T19:11:12.3062092Z tf get /version:C6213

2016-04-01T19:11:13.2125013Z tf shelve _Build_5427 /replace

2016-04-01T19:11:13.3218610Z Successfully created new shelveset _Build_5427;Domain\BuildServiceUser

I recognize the username as the service user (and have thus redacted it here). It looks like it is trying to find the correct shelveset name, but for the wrong user.

Update 4/20/2016 :
I ended up having to create a brand new project.


回答1:


The failed reason: your are trying to check in files with your own account. But the build agent try to check in the changes with the service account.

It seems there are something wrong with your build agent. After you update your TFS server to TFS update2, you also need to update your build agent. If still not work , try to download the agent and deploy a new one. Detail steps from MSDN: Deploy a Windows build agent




回答2:


I experienced this issue using on-premise TFS 2015 Update 2. As a workaround I settled with a regular CI-build instead of the Gated trigger and I scheduled a release buiild nightly.

However, we have recently installed TFS 2015 Update 3 and that solved the issue. We now use the configuration that we wanted: 1 Gated build that checks in the changes and 1 Continuous Integration build for the release.



来源:https://stackoverflow.com/questions/36364507/on-premise-gated-check-in-fails-with-the-shelveset-could-not-be-found-for-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!