How to use the built-in property in toolkit task
For example :
there is a property named "repositoryAddress " and explain is "Address of the team repository to use. The value of this attribute is typically ${repositoryAddress} because that property is built-in when using the Jazz Build Engine."
I don't understand what's that mean for "built-in", how can I use it without setting its value? Can I just copy the sample without setting a real value?
<artifactLinkPublisher repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
buildResultUUID="${buildResultUUID}"
url="http://example/download.zip"
localFilePath="download.zip"
label="a download link"/>