Merge "test non-default value of attach-build-log"

This commit is contained in:
Jenkins
2016-08-18 16:20:31 +00:00
committed by Gerrit Code Review
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