Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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!

0 votes

Comments

I guess is the ${team.scm.workspaceUUID},but in script, it is hard to get the workspace name from uuid....


ENV team.scm.workspaceUUID=_6sQYZh8vEeKv6522Y2GZqQ

1 vote



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 562

Question asked: Nov 13 '12, 10:28 a.m.

Question was seen: 3,803 times

Last updated: Nov 13 '12, 5:18 p.m.

Confirmation Cancel Confirm