Here is what I did, (minus the xml formatting.)
if
equals arg1="${scheduledBuild}" arg2="true"
then
echo message="Build type: scheduled"
/then
elseif
equals arg1="${personalBuild}" arg2="true"
then
echo message="Build type: personal"
then
elseif
else
echo message="Build type: requested"
else
if
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.
Comments
Jia Jia Li
Nov 13 '12, 11:41 a.m.I guess is the ${team.scm.workspaceUUID},but in script, it is hard to get the workspace name from uuid....
1 vote