Mark Bickford
- Total activity 169
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 64
-
Created Is it possible to prompt for VCS username at runtime?
Can I override (or supply) the VCS username and password at runtime, presumably for an agent-side checkout from, in our case, Subversion? My use case is that my developers would like to run Maven ... -
Created Are the Teamcity blogs coming back?
Since the Jetbrains rebranding, the two Teamcity blogs (the product blog and the developer blog) appear to have vanished. Will they be returning? -
Created SonarQube not capturing Jacoco data
I have a team which, with my encouragement, is starting to implement Jacoco coverage and SonarQube analysis. Unfortunately, the SonarQube build runner does not seem to notice that the build step r... -
Created Is there a supported XML test output format with nestable testsuites?
One of our teams has written an in-house test system, and one of the features is that a test script can call other test scripts, making them nestable. We're now trying to give it the ability to ou... -
Created Is it possible to capture jacoco.exec in the build?
We're just starting to use SonarQube as an analysis and dashboard platform for our projects. Sonar is capable of pulling in the jacoco.exec file and tracking coverage info, but I don't see any way... -
Created Maven build - Update Artifacts List?
Hi,I have a Maven build (originally defined using the POM file) which produces many artifacts (it builds a multi-project tree). The list of artifacts delivered by the build (in "General Settings")... -
Created IDEA Coverage generation fails
Hi,I have some build configs which have begun giving the error, "Failed to generate coverage report, error: java.io.IOException: Error loading source names map from file '/home/teamcity/teamcity... -
Created Is it possible to nest build parameter names in a build config?
I have the following situation:Configuration parametersvariableName.env1 = someValuevariableName.env2 = someOtherValueSystem variablessystem.env = {prompt: env1,env2}system.variableName = %variable... -
Created Best methodology for daemon testing?
One of our teams has a suite of functional tests (I don't believe they're specifically coded as JUnits). The test methodology is: Build their Java application A Start application A (I'm not sure o... -
Created REST API: Finding builds that finished but may have failed tests
Hi,I have the following situation: A particular build configuration fails when even 1 test fails The build also (obviously) fails when something happens in the build process, like a compiler error....