- update jabber plugin to use convert xml
- add plugin="jabber" and plugin="instant-messaging" attribute
- update test cases
- add new notification strategy option
Change-Id: I221f75f30e611ca206041be6f9a86e4075f6bb8d
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
- update performance plugin to use convert xml
- add new parameters for performance plugin
- update test cases
- add plugin="performance" attribute
Change-Id: Ice3420d3413d85daf4e6f678011382788e2bdd97
- update mailer plugin to use convert xml
- add plugin="mailer" attribute
- update doc to 4 space indent syntax
Change-Id: Ib1fd30c4e1a82a0649e452b9bf03136d1e7c5ca6
- update doc options to have default value
- update doc to 4 space indent syntax
- add plugin="checkstyle" attribute
Change-Id: Ic2676a978889deb145af975a38293e7b77e6625b
- update cucumber-testresult plugin to use convert xml
- add plugin="cucumber-testresult-plugin" attribute
- add new parameter 'ignore-bad-steps' support
- update test cases
Change-Id: I8ef353fea030dc0aab0cf9f006fdc84c72834ee7
- update cppcheck plugin to use convert xml
- update cppcheck plugin docstring
- add plugin="cppcheck" attribute
- add new parameters for cppcheck plugin
- update test cases
Change-Id: Id17f4fb082eff1ed9266f98454f1e1df2bcaca7f
Refactor base test class inheritance to allow for BaseTest class to be
reused without needing to also import the TestCase class everywhere in
order to avoid having the common test function executed on base classes.
This makes it easier to build base testing classes and then simplifies
the subclassing of these for actual tests.
Change-Id: I89809e8082469f814f245db4a9ab7658aac8a405
- update cloverphp docs to be 4 space indent
- add plugin="cloverphp" attribute
- remove the trailing \
Change-Id: Iad6dc770bfb04ba1318fef7dcf039f7ec44d67b9
We need post-send script option to configure presendScript in the
generated configure xml.
When setting post-send as below:
postsend-script: $DEFAULT_POSTSEND_SCRIPT
We could see below informaton in the generated configure xml.
<hudson.plugins.emailext.ExtendedEmailPublisher plugin="email-ext@2.42">
<postsendScript>$DEFAULT_POSTSEND_SCRIPT</postsendScript>
</hudson.plugins.emailext.ExtendedEmailPublisher>
Change-Id: Ic215b2f3a9b5e7361a2cc1772226382da341ecd1
Signed-off-by: Liu Changcheng <changcheng.liu@intel.com>
Signed-off-by: Jerry Liu <primerlink@gmail.com>