Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Generates a JSON artifact file containing the details required for a subsequent deployment. Plugin queries the Boomi AtomSphere platform with the details provided for an 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 a 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 FDBOOMI_INP_DEPLOYMENT_ID is provided by the user, then the deployment ID takes precedence and the FDBOOMI_ENVIRONMENT and FDBOOMI_COMPONENT values are ignored. The artifact generated in this case contains the details of the given deployment ID.

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
Boomi Environment
FDBOOMI_ENVIRONMENT
Yes
ID or the Name of the Boomi Environment.

Project Properties

Property NameProperty CodeRequiredDescription
Boomi Component
FDBOOMI_COMPONENT
Yes
ID or the Name of the Boomi component to be deployed.

Inputs

Input NameInput CodeRequiredDescription
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 NameRequiredDescription



Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

  • No labels