generateBuildstampExcludes
Command Reference
Description
Generate a list of buildstamps to avoid purging the most recent packages of builders of the given type, updating the model if required
Updates the builder's BuilderPackagePurgeRegex resource value, if one is assigned, with the "exclusion" regular expression generated from the buildstamps associated with all instances of the same type as the invoking builder.
Usage
ctl -t Builder -o <objectname> -c generateBuildstampExcludes [-buildertype <>] [-buildstamp <>] [-packagetype <[^\.]*>]
Options
Option | Description | Type | Default |
---|---|---|---|
buildertype | builder type | string | ${context.type} |
buildstamp | build identifier (regex allowed) | string | ${entity.attribute.packagePurgeRegex} |
packagetype | package type | string | [^\.]* |