Move Build Configuration to Different Project

Is it possible to move a build configuration to a different project, retaining the configuration's history? Specifically, is it possible via code in a plugin?

0
3 comments

Currently it is hard to make it via plugin (there is no such API), but can be easily done manually by editing of config files. All you need is to cut build configuration settings from the corresponding project-config.xml and paste them to another project config. Server does not need to be restarted.

We have a feature request to allow to move build configurations from the web UI, after that corresponding API will be created.

--
Pavel Sher

0
Avatar
Permanently deleted user

Excellent. I will figure out another way to accomplish my goal until moving projects is implemented in the API. Thank you for your help.

0

Please sign in to leave a comment.