You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need your help in one of the issue we are facing with Jenkins.
I am getting my Build Failed with error (You must not specify more than one attribute when using refid ) in the Console Output on Jenkins. Although the fact is that the error is not repeated and sometimes we are having a successful build.
BUILD FAILED
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1270: The following error occurred while executing this line:
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1522: The following error occurred while executing this line:
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1596: You must not specify more than one attribute when using refid
when I looked into the build.xml at line 1596 below is the tag. I checked that all the three attributes are the valid one for PCTRun tag. So can anyone help me to debug this error that what may be the cause of this error.
line no: 1596 -- <PCTRun is the tag in this line number and below is their nested tags.
Thanks & Regards
Ajay Dhyani
The text was updated successfully, but these errors were encountered:
Hello friends,
I need your help in one of the issue we are facing with Jenkins.
I am getting my Build Failed with error (You must not specify more than one attribute when using refid ) in the Console Output on Jenkins. Although the fact is that the error is not repeated and sometimes we are having a successful build.
BUILD FAILED
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1270: The following error occurred while executing this line:
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1522: The following error occurred while executing this line:
C:\opt\jenkins\workspace\Lightyear Trunk\label\dev-relbld2\trunk\build.xml:1596: You must not specify more than one attribute when using refid
when I looked into the build.xml at line 1596 below is the tag. I checked that all the three attributes are the valid one for PCTRun tag. So can anyone help me to debug this error that what may be the cause of this error.
line no: 1596 -- <PCTRun is the tag in this line number and below is their nested tags.
Thanks & Regards
Ajay Dhyani
The text was updated successfully, but these errors were encountered: