Mark Bickford

- Total activity 169
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 64
-
Mark Bickford created a post, 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 ... -
Mark Bickford created a post, 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? -
Mark Bickford created a post, 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... -
Mark Bickford created a post, 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... -
Mark Bickford created a post, 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... -
Mark Bickford created a post, 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")... -
Mark Bickford created a post, 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... -
Mark Bickford commented, -
Mark Bickford created a post, 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... -
Mark Bickford created a post, 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...