Skip to content

Commit

Permalink
report plugin release v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ke-liu committed Jan 11, 2019
1 parent 989d5b8 commit bdca03a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ https://github.com/CiscoTestAutomation/jenkins_project_plugin/blob/master/README
## ChangeLog

* [2018](changelog/2018/CHANGELOG.md)
* [2019](changelog/2019/CHANGELOG.md)
3 changes: 3 additions & 0 deletions changelog/2019/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 2019

* [January](JAN.md)
6 changes: 6 additions & 0 deletions changelog/2019/JAN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
| Date | Version |
| ------------- |:-------------:|
| January 11 | 3.2 |

* support Autoeasy uploading. Added s3_result_id to give the ability to overwrite the Autoeasy generated job id.
* added trade link info into the request payload when send uploading request to S3 results service.
Binary file added downloads/v3.2/pyats-report-plugin.hpi
Binary file not shown.
Binary file added guide/assets/images/config6_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion guide/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ S3 specific parameters are prefixed with *s3_* such as:
* **s3_branch**: indicating the image branch for the execution (optional parameter)
* **s3_component**: indicating the feature component the sanity job covers (optional parameter)
* **s3_group**: indicating the group for the execution (optional parameter, but needed when S3 *Request ID* is invalid)
* **s3_result_id**: indicating the result id the s3 will be using for uploading. Added for Autoeasy uploading support (optional parameter)

![](assets/images/config6.png)

![](assets/images/config6_2.png)

## Execution and Output

Expand Down

0 comments on commit bdca03a

Please sign in to comment.