๐๏ธ JEE Plugin
The Deploy JEE plugin provides support for Java EE archives such as EAR files and WAR files, as well as specifications for resources such as JNDI and mail session resources.
๐๏ธ Lock Plugin
The Lock plugin is a Deploy plugin that adds capabilities for preventing simultaneous deployments.
๐๏ธ PowerShell Plugin
You can use the Deploy PowerShell plugin to create extensions and plugins that require PowerShell scripts to be executed on the target platform. For example, the Deploy plugins for Windows, Internet Information Services (IIS), and BizTalk were built on top of this plugin.
๐๏ธ Trigger Plugin
The Trigger plugin lets you configure Deploy to send emails for certain events. For example, you can add rules to send an email whenever a step fails, or when a deployment has completed successfully.
๐๏ธ Web Server Plugin
The Deploy Web Server plugin provides the deployment of web content and web server configuration to a web server.
๐๏ธ Script Plugin
You can use the Deploy Script plugin to enable Deploy to install and provision scripts on hosts.
๐๏ธ Introduction to the Deploy File Plugin
An application can depend on external resources for its configuration. The application accesses these resources from a predefined location or using a predefined mechanism. A resource can be described as a file, an archive (ZIP), or a folder which is a collection of files.
๐๏ธ Database Plugin
The Deploy Database plugin supports deployment of SQL files and folders to a database client. The plugin is designed according to the principles described in Evolutionary Database Design. The plugin supports:
๐๏ธ Generic Plugin
Deploy supports a number of middleware platforms. The Generic Model plugin provides the possibility to extend Deploy with new middleware support, without having to write Java code. Using Deploy's flexible type system and the base CIs from the Generic Model plugin, new CIs can be defined by writing XML and providing scripts for functionality.
๐๏ธ Command Plugin
You can use the Deploy Command plugin to execute scripts on remote systems, without manually logging in to each system, copy required resources, and executes scripts or commands. The Command plugin automates this process and makes it less error-prone.