Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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"/>
		
		
		

0 votes



One answer

Permanent link
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.

0 votes

Comments

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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,116

Question asked: Feb 15 '13, 7:40 p.m.

Question was seen: 4,757 times

Last updated: Feb 18 '13, 4:59 p.m.

Confirmation Cancel Confirm