summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/plot001.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update plot pluginDong Ma2017-07-311-7/+7
| | | | | | | | - update plot plugin to use convert xml - update test cases Change-Id: I37fff234992dd419222459e808d022bfcf1a8215 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
* Adds height and width support to the Plot PublisherDrew Rothstein2016-11-131-0/+2
| | | | | | | | | | 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
* Support for more configurable options in Plots PluginSomay Jain2015-06-061-0/+2
| | | | | | | * Added support for excluding default zero value from yaxis * Added support for using logarithmic scale in the yaxis Change-Id: Ie489a7dd934c6191add6e7108a510aac93d52f48
* Add support for keep-records parameter for plots-pluginThanh Ha2015-06-021-0/+1
| | | | | Change-Id: I6512a93c17f698477235a729fe9727ae09338aba Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
* Fix multibyte character problemKei YAMAZAKI2014-01-211-1/+1
| | | | | | Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
* Fix plot plugin supportPierre Rognant2013-09-111-0/+28
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