Plugin procedures can be used in procedure steps, process steps, and pipeline tasks, allowing you to orchestrate third-party tools at the appropriate time in your component, application process, or pipeline.
|
Depending on your plugin configuration and how you run procedures, the field may behave differently in the CloudBees CD/RO UI. For more information, refer to Differences in plugin UI behavior. |
DeployApp
Deploy an application into Glassfish server.
Input parameters
| Parameter | Description |
|---|---|
Configuration name |
Required. The previously defined configuration for the plugin. |
Physical location of the admin script |
Required. Absolute physical path of the domain script for the |
Path to the application to deploy |
Required. Application path to deploy. |
Deployment name |
Unique name for deployment. If a Deployment name is not provided, the application file name is used as the default value. |
StartServerDomain
Starts a Glassfish domain.
Input parameters
| Parameter | Description |
|---|---|
Configuration name |
Required. The previously defined configuration for the plugin. |
Physical location of the admin script |
Required. Absolute physical path of the domain script for the |
StopServerDomain
Stops a Glassfish domain.
Input parameters
| Parameter | Description |
|---|---|
Configuration name |
Required. The previously defined configuration for the plugin. |
Physical location of the admin script |
Required. Absolute physical path of the domain script for the |
UndeployApp
Undeploy the specified application.
Input parameters
| Parameter | Description |
|---|---|
Configuration name |
Required. The previously defined configuration for the plugin. |
Physical location of the admin script |
Required. Absolute physical path of the domain script for the |
Deployment name |
Required. Unique name of the application to undeploy. |