teamcity

Run Pitest from the command line

泪湿孤枕 提交于 2019-12-23 08:28:11
问题 According to Pitest's documentation, it seems that this should be simple, but it is giving me some trouble. I should be able to have java -cp <your classpath> \ org.pitest.mutationtest.commandline.MutationCoverageReport \ --reportDir c:\\mutationReports \ --targetClasses example.foo.* \ --sourceDirs c:\\myProject\\src \ --targetTests example.foo* but I don't know what some of those things should be for my project, such as "<your classpath>". My project's file structure looks like this:

TeamCity - Unmet requirements: DotNetFramework4.5_x86 exists

[亡魂溺海] 提交于 2019-12-23 08:04:58
问题 I am very new to TeamCity and currently have a problem with an incompatible agent: Unmet requirements: DotNetFramework4.5_x86 exists Does anyone know how to fix this? Do I have to add a reference to .NET 4.5 somewhere? Any advice appreciated. 回答1: You have an agent requirement that DotNetFramework4.5_x86 exists, but on this agent it doesn't. If the requirement is required, you need to install .NET on that agent machine. TeamCity has detected that .NET is not installed on this machine so your

Nuget and Teamcity Agent not allowed to run this configuration

筅森魡賤 提交于 2019-12-23 07:55:41
问题 I came across an interesting issue. I want to build nuget packages with Teamcity. I did set up the configuration which is really straight forward (Good job JetBrains!) However I am not able to run it on one of our build agents. The agent does pass the agent requirements for the configuration, but next to it's name the following is shown: not allowed to run this configuration My question: Why? On the agent configuration parameters page I have Nuget as possible configurations: teamcity.tool

How do I shutdown Teamcity?

♀尐吖头ヾ 提交于 2019-12-23 07:16:38
问题 I'm trying to do a password reset. I'm following the instructions here. I've tried shutting down the two services (TeamCity Build Agent Service and TeamCity Web Server) or some combination of the two, but I keep getting "User with specified username does not exist". Is there something else I need to stop or shutdown? 回答1: I don't think this is an issue on the TeamCity side, it's more likely that the error message is correct - the username doesn't exist. The steps you're following look fine,

How do I shutdown Teamcity?

有些话、适合烂在心里 提交于 2019-12-23 07:16:20
问题 I'm trying to do a password reset. I'm following the instructions here. I've tried shutting down the two services (TeamCity Build Agent Service and TeamCity Web Server) or some combination of the two, but I keep getting "User with specified username does not exist". Is there something else I need to stop or shutdown? 回答1: I don't think this is an issue on the TeamCity side, it's more likely that the error message is correct - the username doesn't exist. The steps you're following look fine,

TeamCity throws FileNotFoundException trying to load android project

半世苍凉 提交于 2019-12-23 03:22:19
问题 I setup a TeamCity server and have it successfully building several C#.NET projects. Now I'm trying to get it to build a simple Android project but cannot get it to work. Checking the BuildLog it fails with the following error: [17:00:11][Step 1/1] Using IntelliJ IDEA External Make #141.3028 [17:00:11][Step 1/1] Loading project (2s) [17:00:13][Step 1/1] C:\TeamCity\buildAgent\system\.jps\c67b7fe19e4788da\-1866084326\gradle\configuration.xml (The system cannot find the path specified) [17:00

In MsBuild, how do I run something PowerShell and have all errors reported [duplicate]

前提是你 提交于 2019-12-23 03:00:13
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Any good PowerShell MSBuild tasks? Powershell doesn't seem to have an easy way to trigger it with an arbitrary command and then bubble up parse and execution errors in a way that correctly interoperates with callers that are not PowerShell - e.g., cmd.exe , TeamCity etc. My question is simple. What's the best way for me with OOTB MSBuild v4 and PowerShell v3 (open to suggestions-wouldnt rule out a suitably

TeamCity: Scripting elements jsp:declaration, jsp:expression, jsp:scriptlet are disallowed here

偶尔善良 提交于 2019-12-23 02:48:17
问题 I am not sure where to begin with this error message. I have tried googling, but I was never able to nail down a solid reason why I am getting this message. I have looked at various jsp tutorials and they all seem relatively simple so I don't see the problem. I am writing another plugin for JetBrains TeamCity and have been passing values back and forth between my java code and jsp code with parameters like this: ${parameterName} Whenever I try to put in real jsp code with tags like <%= new

Teamcity Build won't run until Build Agents is configured with Docker?

浪尽此生 提交于 2019-12-22 18:45:11
问题 I created a new build for my Teamcity pipeline. For the first time I use then Docker buildstep. After I setup everything I realized the build agent does not seem to be ready for it. I understand that my agent does not seem to be ready for building with docker but nobody is actually telling me how you can do that. I read the official guides but no word about how to actually install docker into my agent (if that's the way to solve the problem). Can someone tell me what I have to do to get it to

TeamCity to serve static HTML page

女生的网名这么多〃 提交于 2019-12-22 17:41:21
问题 I am looking for a way to serve a few static HTML pages with TeamCity. I dont want to set up an apache for that, if not absolutely neccessary. Does anybody know a simple way (or URL scheme) to access static HTML content. I found the following plugin, but that only inserts snippets of HTML in certain positions on existing pages. No way to include a full page. PluginLink for others as help. Thanks for ideas, Chris Solution: Go to e.g. C:\TeamCity\webapps\ROOT Create folder e.g. static Place