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

Jenkins Ant Task 1.8.3 default variable is not working

I'm trying to implement Jenkins with RTC, but I run into an issue when I trying to use invoke Ant in the build step. 

           Ant task attribute "buildResultUUID" contains illegal value "${env.RTCBuildResultUUID}".

I thought env.RTCBuildResultUUID is a variable that is build-in within Ant, so I don't need to set the variable. 

This is our setup in build.xml file:

            <property environment="env" />

             <property name="buildResultID" value="${env.BuildResultUUID}" />



 

0 votes


Be the first one to answer this question!

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

Question asked: Dec 10 '13, 9:53 a.m.

Question was seen: 3,561 times

Last updated: Dec 10 '13, 9:53 a.m.

Confirmation Cancel Confirm