aboutsummaryrefslogtreecommitdiff
path: root/android-rockpi-cuttlefish/publishers.yaml.inc
diff options
context:
space:
mode:
Diffstat (limited to 'android-rockpi-cuttlefish/publishers.yaml.inc')
-rw-r--r--android-rockpi-cuttlefish/publishers.yaml.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/android-rockpi-cuttlefish/publishers.yaml.inc b/android-rockpi-cuttlefish/publishers.yaml.inc
new file mode 100644
index 0000000000..decf6d1f01
--- /dev/null
+++ b/android-rockpi-cuttlefish/publishers.yaml.inc
@@ -0,0 +1,23 @@
+ - email-ext:
+ recipients: '${CI_MAIL_RECIPIENTS}'
+ content-type: text
+ body: |
+ Build Triggered by: ${GERRIT_CHANGE_SUBJECT}: ${GERRIT_CHANGE_URL}
+ Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
+ Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
+ Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
+
+ Errors:
+ ${BUILD_LOG_REGEX, regex=".*ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}
+ - archive:
+ artifacts: '*.xml,*.json'
+ latest-only: true
+ allow-empty: true
+ - logparser:
+ parse-rules: '/var/lib/jenkins/userContent/android.parse'
+ unstable-on-warning: false
+ fail-on-error: false
+ - fingerprint:
+ files: 'build/fingerprints/*'
+ - email:
+ recipients: 'peter.griffin@linaro.org paul.liu@linaro.org'