Creating a process

About this task

This subcommand creates a process definition, which includes specified process rules and an optional specified diagram uniform resource locator (URL). You must be in the build_mgr or ccm_admin role to use this subcommand.

ccm process -c|-create [-diagram|-diagramurl diagram_url_string] 
            [(-pr|-prs|-process_rule|-process_rules 
            generic_process_rule_spec)...] process_spec
-diagram|-diagramurl diagram_url_string
Specifies the diagram URL for the new process.
The diagram URL points to a file that contains more information about the process. Default processes have a URL to a descriptive file on the help server. The descriptive file contains a diagram that shows the flow of the baseline and tasks to the project groupings. You can view this file by using the -show diagramurl subcommand.
If you don’t have the diagram ready, later you can set the URL to the path where the descriptive file will reside.
process_spec
Specifies the name of the new process. See Process specification for details.
-pr|-prs|-process_rule|-process_rules generic_process_rule_spec...
Specifies the generic process rules to be added to the new process.

Example

About this task

  • Create a custom process with generic process rules for Insulated Development, Integration Testing, and System Testing.

    ccm process -create custom -pr "Insulated Development" -pr "Integration Testing" -pr "System Testing"


Feedback