...
Step 2: It uses FlexagonAzurePlugin’s publishArtifacts operation to upload the checked out code base as package to Azure DevOps feed (Synapsefeed).
...
Step 3: This step initiates the Build Pipeline that we created in Azure DevOps. Operation buildPipeline is used for this.
The expression for Variables List input is:
...
Step 1: Using FlexagonAzurePlugin’s createRelease operation, it creates the Release in Azure DevOps and passes the values for the respective variables through these plugin inputs.
...
Code Block |
---|
'$..[?(@.name==\''+FD_ENVIRONMENT_NAME+'\') ].id' |
...
Step 3: updateReleaseEnvStatus initiates the deployment step in Azure DevOps Release pipeline for the selected Environment that we select during the Deploy execution of the FlexDeploy Project.
...