This plugin provides CloudBees CD/RO procedures you can use to perform the following operations:
Plugin Version 2.0.0.2022032949 Revised on April 8, 2022
Plugin procedures
For all parameter descriptions below, required parameters are shown in bold italics . |
Decommission environments
This procedure will allow users to create a process step easily using utility procedure which will tear down all the dynamically created environments. This procedure can work in the context of either Pipeline or a Job (Process or Procedure).
Parameter | Description |
---|---|
EnvironmentList |
Provide comma separated list of environments to tear down, in a form of '/projects/[Project Name]/environments/[Environment Name]'. |
Create snapshot
This procedure allows the users to create an application snapshot.
Parameter | Description |
---|---|
SnapshotName |
Name of the snapshot to create |
ApplicationName |
Name of the application for which the snapshot needs to be created. Either this parameter or ServiceName parameter should be provided. |
ServiceName |
Name of the service for which the snapshot needs to be created. Either this parameter or ApplicationName parameter should be provided. |
ProjectName |
Name of the project that the application or service belongs to. |
EnvironmentName |
Name of the environment on which the application or service is deployed. |
EnvironmentProjectName |
Name of the project that the environment belongs to, if different from the application or service project. |
Overwrite |
If checked, delete any existing snapshot with the same name before creating the snapshot |
ComponentVersions |
This option applies only when the environment name is not specified. For an application snapshot, provide a Space-delimited list of component names and versions to be used. Use keyword 'LATEST' to indicate latest version. E.g., ec_comp1-version=1.1 ec_comp2-version=LATEST. |