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}" />
|
Be the first one to answer this question!
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.