Use this action to capture evidence data for workflow runs. This information is collected at the step level of the workflow, and the data is available on the Run details EVIDENCE tab for your run.
Refer to the run evidence documentation for more information.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The step level information captured as evidence for the workflow run. |
|
String |
No |
The markup language format. Default is MARKDOWN. |
Usage example
In your YAML file, add:
- name: Publish workflow evidence item uses: cloudbees-io/publish-evidence-item@v1 with: content: |- ## Test markup and property rendering - Run ID: ${{ cloudbees.run_id }} - [backend.tar](https://ourcompany.com/repo/backend.tar) format: MARKDOWN
Markdown syntax support
Markdown syntax | Supported? | Example |
---|---|---|
Bullet |
|
|
Character code |
|
|
Code |
|
|
External content |
|
|
Formatting |
|
|
Headings |
|
|
HTML/Color |
|
|
Hyperlink |
|
|
Line break |
|
|
Quotes section |
|
|
Table |
|
|