It's all about the answers!

Ask a question

Jenkins Ant Task 1.8.3 default variable is not working


chung Lin (1046) | asked Dec 10 '13, 9:53 a.m.

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



 

Be the first one to answer this question!


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.