Use this action to capture job-level evidence data in workflow runs. Go to Runs, and then select your run. The evidence output is displayed in
.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. The default is Markdown. |
Usage example
In your YAML file, add:
- name: Publish workflow evidence item uses: https://github.com/cloudbees-io/publish-evidence-item@v1 with: content: |- ## example output - Run ID: ${{ cloudbees.run_id }} - [backend.tar](https://ourcompany.com/repo/backend.tar)
This action also supports system property references, such as ${{ cloudbees.run_id }} or ${{ vars.api_endpoint }} .
|
Markdown syntax support
For more information, refer to the Markdown documentation.
Markdown syntax | Supported? | Example | Rendered output |
---|---|---|---|
Bulleted list |
|
|
|
Character codes |
|
|
© | |
Code |
|
|
|
External content |
|
|
|
Formatting |
|
|
bold text |
Headings |
|
|
|
HTML/Color |
|
||
Hyperlink |
|
|
|
Line break |
|
||
Quoted text (Blockquotes) |
|
|
A block quote of text such as this example.
— Anonymous
|
Table |
|
|
|