Worksoft Execution Manager Azure Dev Ops ExtensionThis can be used within Azure Dev Ops to make API calls with Execution Manager to run one or more Cerify Process(es) Adding to PipelineLocate the Worksoft extension:Click "Add" to add a build task:3 Techniques to Identify Desired Automation:Technique #1 - Automation via Bookmark:Technique #2 - Automation via Pre-Defined Execution Manager Request:Technique #3 - Automation via List of Certify Process(es):Configuration Required:
Execution Manager Host Name - please specify either http://servername or https://servername. No detailed URL beyond that is required. It is important that the servers hosting Execution Manager are configured securely but also reachable by Azure Dev Ops. Additional Configuration:
Certify Result Folder: The result folder for which the result should be persisted within Certify can be specified here. Output Variables for the Worksoft Extension:
"???.overallstatus" - this output variable will contain the overall status of the execution. "???.overallexecutionstatus" - this output variable will contain the overall execution status of the execution (as a whole from all the process(es) that were executed) "???.executionjson" - this output variable will contain the complete JSON / verbose details of all the process(es) whether they passed or failed, it will include information about each process, it will also contain a result ID that subsequent tasks might reach out to the result API to grab result information beyond what is reported here. |