# This is the config file for the trigger DefaultSwarmReviewDesc.py # # In an SDP installation the default location is /p4/common/config # But it can be specified on the command line (so in trigger table entry) # It is a standard Yaml format - when in doubt put quotes around string values! # swarm_user: Perforce user name which swarm does it work using swarm_user: swarm # review_description: The default review description. # Can be a single quoted string (with embedded '\n' for newlines, or an array of quoted strings. # The values $jobDescription and $changeDescription if found will be expanded as # appropriate. review_description: - "$jobDescription" - "" - "" - "Review type: Delta/Full"