The buildMule operation allows for building Mule projects, whether they are Maven projects or not. It automatically copies the completed zip file over to the FD_ARTIFACTS_DIR.
...
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description | |
---|---|---|---|---|
FDMULE_APP_NAME | FDMULE_Mule Home | FDMULE_HOME | If it is not a Maven Project. | Path to a Mule Server Installation |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Mule Project Path | FDMULE_PROJECT_PATH | No | This is the folder that typically is named for your application and contains your [src] folder. Relative paths are sourced from the FD_TEMP_DIR. |
http.port | FDMULE_HTTP_PORT | No | HTTP port to use when running Maven tests. This should be a different number than the one that is usually used to run the application on the server. This only works if ${http.port} is used in your HTTP Connector. |
Outputs
Output Name | Required | Description |
---|---|---|
...