Generates a JSON artifact file containing the details required for
...
subsequent deployment.
...
Plugin queries the Boomi AtomSphere platform with the details provided
...
for the
...
active deployment of the component on the selected environment. If a deployment matching these conditions is found, then the details of that specific deployment are transferred to the artifact for subsequent promotion of the deployment to a different environment. In a case where the deployment of the component onto the selected environment is not found, then the artifact generated contains details of the component and selected environment and the deployComponent operation can be used to perform the subsequent deployment. If the user has set up SCM instances to be used in the project configuration, the plugin will attempt to locate the extension JSON files and these are added to the list of build artifacts as well to be used by the deploy operation accordingly.
Info |
---|
If the |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Boomi Environment ID | FDBOOMI_ENVIRONMENT_ID |
Yes |
ID of the Boomi Environment. |
Project Properties
Property Name | Property Code | Required | Description |
---|
Component/Package ID | FDBOOMI_COMPONENT |
_OR_PACKAGE_ID | Yes | ID |
of the Boomi component/package to be deployed. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Deployment ID | FDBOOMI_INP_DEPLOYMENT_ID |
No | ID of a previous deployment. If not specified, the Deployment ID in the artifact generated from build workflow is used. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
...