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:
parent
d2d7c3f3f9
commit
c6de59571a
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user