permanent link to artifact containing build.number?
Hi,
is there a way to create a permanent link to access an artifact which
has the build number in its file name? In our case, we create an
installer and the according exe file contains the version name (i.e. the
build.number property) in order to simplify handling the installer files
outside of teamcity.
I looked at
http://www.jetbrains.net/confluence/display/TCD/PatternsForAccessingBuildArtifacts
but didn't find corresponding information.
Thanks,
Axel
Please sign in to leave a comment.
Hello Axel,
The next EAP of TeamCity will allow to use pattern {build.number} in path to build artifacts.
Kind regards,
KIR
Thanks KIR,
that are good news.
Best regards,
Axel
Kirill Maximov (JetBrains) wrote:
>> is there a way to create a permanent link to access
>> an artifact which
>> has the build number in its file name? In our case,
>> we create an
>> installer and the according exe file contains the
>> version name (i.e. the
>> build.number property) in order to simplify handling
>> the installer files
>> outside of teamcity.
>>
>> I looked at
>> http://www.jetbrains.net/confluence/display/TCD/Patter
>> nsForAccessingBuildArtifacts
>> but didn't find corresponding information.
>>
>> Thanks,
>> Axel