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:
|
2 answers
As far as I'm aware the error message is not lying to you: build definitions can not be "moved" from one project area to another. I suppose you could write a program against the Java API that could copy a build definition but I have not done it myself.
|
Ralph Schoon (63.6k●3●36●46)
| answered Feb 04 '15, 2:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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. Comments
Vijay Reddy Gaddam
commented Feb 04 '15, 3:36 a.m.
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. As this is a new build definition and you haven't build against that, this is to be expected.
|
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.