Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Underneath each workflow invoke plugin step is a link for each endpoint which the operation executed on, providing access to its logs. The logs provide valuable information to indicate progress, as well as data to help identify the cause of any errors. The Log Data tab lists the detailed logs as reported by the associated plugin. The Inputs and Outputs tab provide values for any inputs and outputs that were provided to or returned from the plugin operation execution. Click the Refresh button to refresh the logs. Click the OK button to close the log information dialog.



A text file of the Log Data from the plugin execution can be downloaded by clicking on the Download Logs button in the bottom right of the window.

...

The Fault Data tab will appear in the event of a failed workflow execution. This will be the first tab after clicking on the Execution Id, and will provide any error messages. The information appearing here could be either the user defined details from the RaiseFault workflow operation, or a stack trace captured from a plugin operation invocation.

Artifacts

The Artifacts tab identifies the artifacts that were produced by a build workflow. These artifacts can be viewed on the build execution or any associated deployment execution. You can view the files and download all the artifacts as ZIP file or individual artifacts.

Change Log

The Change Log tab lists all source files modified since the last build.

  • Number of commits
  • Revision, date committed, Committer, Number of changes in this commit, comments entered during the commit
  • Files with full path and action (Modified, Added or Deleted) for each Source.

Image Modified
Properties

The Properties tab lists the workflow properties and the values which were provided when the request was submitted. Likewise, the InputsOutputs, and Variables tabs provide values for any inputs, outputs, or variables that were provided to or produced from the workflow.

...

For a build, the Files tab display the list of files that were built by this workflow. The Seq Num column Sequence column indicates the order the files will subsequently be deployed. The Revision is the SCM revision for that file in this build.  The The list can be filtered by entering a search string to find in the File Path column for each file you want displayed and clicking the Filter button.Image RemovedFilter button, search is done against data in File Name column. You can also see SCM commit details on this table.

Image Added

For deploy, the Files tab display the list of files that were deployed by this workflow. The Seq Num column Sequence column indicates the order the files were deployed. The Revision is the SCM revision for that file that was deployed.  The Status indicates the status of the file deployment and is one of the following values:

...

The list can be filtered by entering a search string into the File Name (with Path) field and/or choose a status from the Status dropdown drop down then click the Filter button. The Filter will apply to the File Path column.Image RemovedYou can also see SCM commit details on this table.

Image Added

Test Results

The Test Results tab lists the Test Sets that were executed in this test run and the associated results. By clicking on the small triangle at the front of the Test Set line, the line can be expanded to include all the Test Definitions that were run for the Test Set.

Anchor
TestResultsFigure
TestResultsFigure


To see the details of the Test Set run, click on the Test Set name which will bring up the Test Set Execution screen. At the top of the screen there is a summary of the results for the Test Set and below are the details for each Test Definition Run.

By clicking on the Qualifier Values tab, you can see detailed results for each Qualifier evaluation as shown below. A qualifier that meets the criteria will be marked with a green checkmark, if it fails, it will be marked with a red checkmark.

To see the details for a Test Definition, go to the view of the Test Results click on the triangle  in front of the Test Set to display the Test Definitions, then click on the Test Definition Name. This will open the window below with the Test Case details for the Test Definition.

Clicking the Qualifier Values tab will open the view below to show the detailed results of each qualifier evaluation.

...

If the project (and package for partial deployment) is contained in the release, and can promote the build to the release by clicking on the Promote to Release button on the workflow execution of the build.  Promoting a build to the release will overlay the project version on top of the current snapshot for the release, and send it to the pipeline for execution.

Image RemovedImage Added

Select the Release to promote it to, optionally enter a Snapshot Description, and click Promote to Release.

...