Merge "test non-default value of attach-build-log"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user