Copying a process to a new process

About this task

This subcommand copies the properties and process rules from a specified process to a new process. You must be in the build_mgr or ccm_admin role to use this subcommand.

ccm process -cp|-copy -new [(-apr|-add_process_rule|
            -add_process_rules process_rule_spec)...] 
            [(-rpr|-remove_process_rule|-remove_process_rules 
            process_rule_spec)...] 
            process_spec new_process_spec
-apr|-add_process_rule|-add_process_rules process_rule_spec...
Specifies to add the process rules copied from the source process to the new process.
-cp|-copy
Accepts two Process specification arguments. You can set each to a single object.
process_spec
Specifies the process to copy. See "Process specification" for details.
new_process_spec
Specifies the name of the process to create. See "Process specification" for details.
-rpr|-remove_process_rule|-remove_process_rules process_rule_spec...
Specifies to remove the process rules in the source process before copying it to the new process.

Example

About this task

  • Create a custom process based on the standard process with a new custom process rule for Integration Testing.

    ccm process -copy standard -new custom -apr "Custom Integration Testing"


Feedback