Release Summary

1 minute read
The Release summary feature allows Release-specific information from pipeline stage tasks to be displayed in the Release Dashboard. You can add Release summary information by creating properties under the `ec_releaseSummary` property sheet that exists on the run time associated with the Release.

These examples show how to do this from ectool:

ectool setProperty /myReleaseRuntime/ec_releaseSummary/summary1 --value "<property value in plain text>"

or

ectool setProperty /myReleaseRuntime/ec_releaseSummary/summary2 --value "<html><a href=\"https://electric-cloud.com/\">CloudBees</a></html>"

For a pipeline that is run from a release, after the task in a pipeline stage is completed, you can view the summary property in the Release Dashboard: