test non-default value of attach-build-log

In publishers.py, then default value of attach-build-log is False.
It's more better to test one non-default value.

Change-Id: Ib1911449b7d0e946de735fe569f6d738ce4229a1
Signed-off-by: Liu Changcheng <changcheng.liu@intel.com>
Signed-off-by: Jerry Liu <primerlink@gmail.com>
This commit is contained in:
Liu Changcheng 2016-08-17 13:21:37 +08:00
parent d2d7c3f3f9
commit c6de59571a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<defaultContent>The build has finished</defaultContent>
<attachmentsPattern>*/foo*.log</attachmentsPattern>
<presendScript/>
<attachBuildLog>false</attachBuildLog>
<attachBuildLog>true</attachBuildLog>
<saveOutput>false</saveOutput>
<disabled>false</disabled>
<replyTo>$DEFAULT_REPLYTO</replyTo>

View File

@ -3,6 +3,6 @@ publishers:
content-type: html
subject: Subject for Build ${BUILD_NUMBER}
body: The build has finished
attach-build-log: false
attach-build-log: true
attachments: "*/foo*.log"
matrix-trigger: only-configurations