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 4 Next »

The build operation allows for building webMethods packages(source code), whether they are SCM(Source control management) managed or checked out directly from webMethods Designer tool( development tool) by the developer. It automatically builds the code and copy the completed zip file over to the FlexDeploy internal artifact repository. It should be used in build workflows. 

It has a dependency on the existing SCM plugins such as cloneProjectSources, extractProjectSources etc to checkout the source code from SCM tools into FlexDeploy TEMP dir

Build is implemented with 2 options as depicted in below.

Environment/Instance Properties

Property Name

Property Code

Required

Description

webMethods Build Server (ABE) HOME Dir

FDWM_BUILDSERVER_HOME

AssetBuild environment installation home

Used to connect and navigate into webMethods Asset Build Environment-Build Script Path & run the script.

Project Properties

Property Name

Property Code

Required

Description

FDWM_PROJECT_NAME  


Yes

webMethods project Name (source code) i,e IntegrationServer package name.

 

FDWM_PARENT_PROJECT_PATH


 No  Parent dir of wm source code (where wm package is located/checked out),do not include wm packageName here.

Inputs

Input Name

Input Code

Required

Description





Outputs

Output Name

Required

Description




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