What is the Build Property of repository workspace for personal build?
![]()
Hi, I want to get the personal build repository workspace, how to get it from build property?
Thanks!
|
One answer
![]()
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 |
Comments
I guess is the ${team.scm.workspaceUUID},but in script, it is hard to get the workspace name from uuid....