Commit Graph

6 Commits

Author SHA1 Message Date
Dong Ma 0d7e6b113c
Update plot plugin
- update plot plugin to use convert xml
- update test cases

Change-Id: I37fff234992dd419222459e808d022bfcf1a8215
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-07-31 16:17:29 -04:00
Drew Rothstein dff22236d4 Adds height and width support to the Plot Publisher
Height and width are supported by the Plot Plugin today but
not made available in the Publisher.  This adds support for
both with the same defaults that exist in the plugin.

This allows users to configure a height and width as desired.

Change-Id: I1846e73d2fc3f6a9f651646b74cd3af6f85aee6d
2016-11-13 09:32:21 -08:00
Somay Jain e6714f92af Support for more configurable options in Plots Plugin
* Added support for excluding default zero value from yaxis
* Added support for using logarithmic scale in the yaxis

Change-Id: Ie489a7dd934c6191add6e7108a510aac93d52f48
2015-06-06 01:00:27 +05:30
Thanh Ha 877bf8d3a4
Add support for keep-records parameter for plots-plugin
Change-Id: I6512a93c17f698477235a729fe9727ae09338aba
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-06-02 15:07:30 -04:00
Kei YAMAZAKI 604d39305b Fix multibyte character problem
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml.

Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
2014-01-21 22:34:30 +09:00
Pierre Rognant d31d4c345e Fix plot plugin support
Based on the source code of the jenkins plot plugin
https://github.com/jenkinsci/plot-plugin/ the related publisher
has been updated to generate a working XML block and match the
behaviour for data persistency in CSV file with random generated
name.
Minor code adjustement to match coding covention (Hyphen and
capital letter usage)
Plot group now correctly handled.
All three type of plot with different option are covered in tests.

Change-Id: I6bd22ea19f397cf2123b924ff5517682a53177ed
Closes-Bug: #1223017
2013-09-11 17:42:52 -04:00