It's all about the answers!

Ask a question

How to use the built-in property in toolkit task


Richard Sun (1979) | asked Feb 15 '13, 7:40 p.m.
edited Feb 15 '13, 7:44 p.m.
 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"/>
		
		
		

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Feb 18 '13, 6:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Richard,

I would suggest to look into the Money That Matters Sample on a test server, how that works. https://jazz.net/library/article/797 has links on how to set it up.

The built in properties are passed to the ANT script and used there, as far as I can tell.

Comments
Richard Sun commented Feb 18 '13, 4:59 p.m.

yeah, I understand, but it doesn't work for my environment as these properties:

    userId="${userId}"
    password="${password}"
    repositoryAddress="${repositoryAddress}"
    buildResultUUID="${buildResultUUID}"

 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.