aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-linaro-4.9-pmwg.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-02 08:47:34 +0200
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-02 16:34:50 +0000
commitd72c0e66cd8009e70a60709f6a6b22db4c63b2b7 (patch)
tree2a83394e1ca5d2497641eb079a92ea44b6da26a0 /android-hikey-linaro-4.9-pmwg.yaml
parent054ec90758229a84a264f4024681f52b3d722392 (diff)
android-hikey-linaro-4.9-pmwg: add email notifications
Change-Id: I0a390d1b83678d3ef7b96590d45feef4b0bcf8d9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'android-hikey-linaro-4.9-pmwg.yaml')
-rw-r--r--android-hikey-linaro-4.9-pmwg.yaml18
1 files changed, 16 insertions, 2 deletions
diff --git a/android-hikey-linaro-4.9-pmwg.yaml b/android-hikey-linaro-4.9-pmwg.yaml
index 7ea192dc..7660c2a6 100644
--- a/android-hikey-linaro-4.9-pmwg.yaml
+++ b/android-hikey-linaro-4.9-pmwg.yaml
@@ -89,5 +89,19 @@
- groovy-postbuild:
script:
!include-raw: openembedded-lkft/postbuild.groovy
- - email:
- recipients: 'lisa.nguyen@linaro.org vishal.bhoj@linaro.org fathi.boudra@linaro.org'
+ - email-ext:
+ recipients: 'private-pmwg@lists.linaro.org, vishal.bhoj@linaro.org, fathi.boudra@linaro.org'
+ content-type: text
+ subject: '[Jenkins] Build: ${GIT_BRANCH} ${GIT_COMMIT}'
+ body: |
+ Project: ${PROJECT_NAME}
+ Build number: ${BUILD_NUMBER}
+ Build status: ${BUILD_STATUS}
+ Build URL: ${BUILD_URL}
+ Console output: ${BUILD_URL}consoleText
+ Git branch: ${GIT_BRANCH}
+ Git commit: ${GIT_COMMIT}
+
+ https://git.linaro.org/power/android.git/commit/?h=${KERNEL_BRANCH}&id=${GIT_COMMIT}
+ attach-build-log: true
+ always: true