powershell - Accessing hidden teamcity artifacts -


so, key element here hidden artefacts, known appear under .teamcity/ part of build artifacts.

some context: run dotcover on our nunit test step report on our test coverage. places compilation of results in file named coverageresults.xml under .teamcity/.netcoverage/. file accces can mine if data , send gecko board.

now, far, can @ artifacts not in part of directory (such result of build when output it, etc) using advised methodology. problem occurs when accessing hidden directory.

the other odd things response: 302 temporarily moved.

for reference, link looks like: (in powershell btw)

"http://{0}:{1}@{2}/guestauth/repository/download/{3}/.lastfinished/.teamcity/.netcoverage/coveragereport.xml" -f $serverurl, $guname, $gpassword, $buildtype 

does have advice on accessing hidden artifacts? else data drawn (we've found nothing on system variables this)?

note: aware these artifacts not produced till build step completes. doing after fact against completed build, not during build job itself.

if add in artifact paths field attach report build artifact once build has completed

%system.teamcity.build.tempdir%\**\coveragereport.xml 

hope helps


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -