How to retrieve artifact links from a build record
![]()
Philipp Hoffmann (8●1●2●4)
| asked Aug 19 '13, 10:16 a.m.
retagged Aug 27 '13, 2:57 p.m. by Ralph Earle (257●3●9)
During our (Ant based) build process, we're using the artifactLinkPublisher task to link the resulting binaries (> 1GB on a shared drive) to the corresponding build record. (Artifact links are shown on the downloads page of the build result in RTC.)
In RQM, we created a scheduled job that executes automated tests (using the CLA) based on the successful completion of this build. We would like to retrieve the artifact links of the build record in order to access the corresponding binaries (on the shared drive) from the machine that runs the CLA. So far we tried to retrieve the artifact links without success:
or a better way to store/load the location of our binaries during the build/test Edit: We're using RTC & RQM version 4.0.2 |