Lloyd Smith wrote:
Does anyone know if Continuum passes the build number in to the forked build process, maybe as an environmental?
I don't think so, so I was reduced to doing this:
<timestampselector property="mostrecentlog">
<path>
<fileset dir="${user.dir}/../../cont-output/1">
<include name="*.log.txt" />
</fileset>
</path>
</timestampselector>
<basename
property="reportsDirName"
file="${mostrecentlog}"
suffix=".log.txt"/>
