Can we modify the owner of the build definition from one project area to other?
Hi,
When I'm trying yo change the owner of the build definition from one project area to other I get the following error:
Problem
An error occurred during "Save Build Definition". java.lang.UnsupportedOperationException: CRRTC3017W The build definition cannot be moved to a different project area. Can some please help me out in changing the project area for a build defintion? When tried to change the owner of build definition from Project area to Team area which belongs to the same project area, it is working fine. So, is it possible to change the project area for a build definition? if so, How can I do it. Thanks and Regards, Vijay. |
2 answers
As most of the items a build definition exists within a project area and you can not change the owner to something outside this context.
If you want a copy of the build definition in a different project area, use the Eclipse client.
In the new Project Area create a new build definition. In the Build Definition wizard select "Create a build by copying an existing build definition"
Browse the project area and select the build definition to use as source.
Click Finish and you are done.
If you want a copy of the build definition in a different project area, use the Eclipse client.
In the new Project Area create a new build definition. In the Build Definition wizard select "Create a build by copying an existing build definition"
Browse the project area and select the build definition to use as source.
Click Finish and you are done.
Comments
Hi Jeff & Ralph,
Thanks you for your suggestions. From the above, when trying to create build definition using copy of existing build definition, only the configuration of the build definition is carried, but lost the data associated to that build definition, What I mean is build results for that build definition. Can we have any way such that this also can be moved.
Thanks and Regards,
Vijay Reddy.
Vijay Reddy.
As this is a new build definition and you haven't build against that, this is to be expected.
As far as I know, that is not possible.