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?
|
One answer
Ralph Schoon (63.5k●3●36●46)
| 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}"
buildResultUUID="${buildResultUUID}"
|
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.