Josh Buedel
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Edited After agent jre upgrade, agent fails downloading teamcity-agent.xml and can't upgrade itself.
I upgraded a TeamCity agent in order to resolve the "outdated jre" error we'd been getting. I did it by downloading an agent installer exe from our server instance, and running that installer (I'm ... -
Created Upgrading overwrites server.xml, losing https configuration, every time.
Whenever I upgrade the TeamCity server (on windows) I find that the server.xml file has "lost" changes. Specifically, the https bindings configuration is missing. I'm guessing the upgrade process s... -
Created How to 'accept' the new artifact size after an artifact size failure condition, so it stops failing and checks against the new size. [edit]
My artifact size failure condition has flagged a build, as expected. However, I've now confirmed that the new size is acceptable and want to 'reset' it. The only way I could find was to disable th... -
Created Renaming files in an artifact zip causes errors, unless I remove and replace the file
When I go into a subfolder in my zip of artifacts (created by TeamCity) and try to rename a file (using 7zip) I get a "not implemented" error. If I extract the subfolder (drag and drop), delete it ... -
Created publishArtifacts service message not working
I have this output in my build log. But none of the files are showing up in my artifacts. I'm not sure why not. The files exist and the service message syntax seems correct.What am I doing wrong... -
Created Inspections not finding cshtml in a Web Site project.
TeamCity inspections is not finding my cshtml files. It fails with "No files to inspect were found." Probably because my project is a Web Site project. I do get R# inspections just fine through ... -
Created Branch Remote Run Trigger recopies entire git repo to the agent
We've got a branch remote run trigger set up on a build. Anytime it fires TC recopies the entire repo (git) from the server to the agent. In our case this is a 500MG+ repo and the network connect... -
Created Can we filter out some commits from pending changes (and not trigger builds) by repo subfolder?
We have multiple projects that share a common git repo. The repo has a folder structure setup something like this: - root + Project1 + Project2 + CommonsSo the two project... -
Created Actual branch name available when doing remote-run with git?
Is the branch name and last committer available as a build parameter when doing a remote run launched via a Branch Remote Run Trigger using git? I do see the root branch (usually master) but not t... -
Created How to access system properties in rake-runner?
I need the values of a handful of vcs related datapoints in my rake file. Specifically, vcsroot.url and vcsroot.branch. But they seem not to be available at rake script runtime.I even print out t...