Deploy an EAR or WAR file to Partition, Resource Group, Resource Group Template or WebLogic Cluster/Server. You must have built archive files as part of build workflow execution prior to running deploy.
...
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Application Name |
| Yes | The name of the application (EAR or WAR) to be deployed. |
Weblogic Server or Cluster Name(s) |
| Yes | WebLogic Server or Cluster name to deploy application. |
Weblogic Partition |
| No | WLS Partition - used in WLS 12.2.1+ |
Weblogic Resource Group |
| No | WLS Resource Group - used in WLS 12.2.1+ |
Weblogic Resource Group Template |
| No | WLS Resource Group Template - used in WLS 12.2.1+ |
Weblogic Versioned Deployment |
| No | Determines whether the plugin will deploy the artifact with a version label. If Plugin will modify |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) |
| No | WebLogic Server or Cluster name for deploy operation. Overrides the |
Override File Pattern | FDWLS_INP_OVERRIDE_FILE_PATTERN | No | Specify FileName=OverrideFileName pattern. Matching files will be replaced by override files and Property replacement logic will be executed. For example, web.xml=fd-web.xml . |
Redeploy | FDWLS_INP_REDEPLOY_OPTION | No | Automatically redeploy the application if it is already deployed. If you set FDWLS_USE_VERSIONS to true then this operation will deploy regardless if redeploy is set to true. Defaults to false. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes an EAR or WAR file artifact from the artifacts repository.
...