Scott Hebert

- Total activity 124
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created Prevent Guest from seeing/accessing artifacts?
Hi,I have a requirement where I'd only like Guests to be able to see the Results and Build Logs. They must not be able to access the Artifacts.Can this be setup?I'm using TC 2.1Thanks,Scott -
Created Ability for a Build Runner to change Build Version
Hi,I would like to create a build runner that calculates a build version (build number) and then makes it available to other build runners downstream.Is this possible?ThanksSH -
Created Ant JUnit report watcher reporting incorrect test durations
Hi,I'm using TC 4.5.4 and antunit 1.1.I run 6 tests each lasting about 200 seconds. My first test case's duration shows up correctly, but the remaining 5 show <1 ms.Here's my build output:[au:antun... -
Created How to create graph using data points from each test executed
Hi,I would like to be able to create a graph showing memory usage for each test I execute. So, along the X axis, I'd like TestName and along the Y axis, I'd like memory. Of course, my tests would b... -
Created Setting Artifact Paths programatically when creating a build configuration
Hi,I'm using TeamCity Enterprise 3.1 (build 6760).I have a server side plugin that create build configurations. One of the things it does is set the artifact path for the build. I'm using:SBuildTyp... -
Created Problem with artifact publishing with EAP 8725
EAP 8725 seems to be mixing up the artifact names when publishing artifacts from agent to server.dir listing of server artifact folder:/d/work/TeamCityDATA/system/artifacts/SCD/Populate-BuildsSandb... -
Created StarTeam Trigger -- Change Requests
Hi,Here at my place of work, we primarily use StarTeam as our VCS. Part of our integration process includes creating a Change Request describing the changes that we made. This input serves to help ... -
Created Problem with EAP 7601
After startup of 7601 (upgrading from 7388), I'm seeing this in the logs:Caused by: org.springframework.jdbc.UncategorizedSQLException: Error executing query with params:[10544]; uncategorized SQLE... -
Created Extending LDAPLogin Module
Hi,The current TC LDAPLoginModule does not suit my needs. - First off, I cannot expect my users to enter their complete DN in order to login, - Secondly, we iPlanet and I cannot make use of the For... -
Created Problem getting Running Build Status via Server Side plugin
Hi,I have a server-side plugin that is used to list running builds for a project/buildtype. Since 3.0, I do not get the same output as before.Here is my code: public void ListRunningBuilds(String p...