Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Copy an existing configuration as new configuration #3380

robinshen ADMIN ·
groovy:
def confToBeCopied = system.configurationManager.get("root/path/to/conf");
def newConf = system.configurationManager.copyAsNew(confToBeCopied, false);
newConf.name = "new name";
system.configurationManager.save(newConf);
  • replies 0
  • views 6218
  • stars 0