diff options
Diffstat (limited to 'job-cfg/g-i-installation.yaml')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 967e1128..6fad19b3 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -20,9 +20,9 @@ recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' attach-build-log: true - body: 'See $BUILD_URL\nand $BUILD_URL/console\nand $BUILD_URL/artifact/results/ if there are any.' + body: 'See $BUILD_URL and $BUILD_URL/console and $BUILD_URL/artifact/results/ if there are any.' - archive: artifacts: 'results/*.*, results/log/*, results/log/installer/*' latest_only: false |