Mendhak Mendhak
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Mendhak Mendhak created a post, How to run an agentless build step as the first/middle step in a build?
Is there any way to run an agentless build step as the first/middle step in a build? The current documentation recommends running it as a last step, and indeed the only way to call back is to mark ... -
Mendhak Mendhak created a post, AnsweredIs TeamCity Server affected by CVE-2022-42889?
Please have a look at: https://nvd.nist.gov/vuln/detail/CVE-2022-42889 Can you let us know if TeamCity server is affected by this CVE and are you working on a remediation? Thanks Apache Commons T... -
Mendhak Mendhak created a post, Agents have finished their builds, but the server is still waiting; can't kill the service either. How do I troubleshoot this?
This may be related to TeamCity 8.1.2 (Windows server 2008 R2); once in a while, TeamCity server cannot seem to get build info from the agents. There are no commonalitiesSymptoms:1. TeamCity web ... -
-
Mendhak Mendhak created a post, [Solved] How can I resolve parameterized values in a Build Feature plugin?
I have written a Build Feature plugin for TeamCity.My problem: When a user provides values using build parameters, such as %stash.hostname%, I cannot read its actual value. That means:feature.getP... -
Mendhak Mendhak created a post, Can I tell an agent not to upgrade?
tldr Short question - our agent keeps failing on upgrade. Is there a way I can tell it to not upgrade?Long question -We have a build agent that recently did the following:It exits/stops the servic... -
-
-
Mendhak Mendhak created a post, How can I determine the build URL from within a Notification Plugin?
I am writing a Notification plugin and I wish to send, as part of the outgoing info, the URL of the build page that is running. All the methods in a Notificator give an SRunningBuild. So to be sp...