aboutsummaryrefslogtreecommitdiff
path: root/jenkins/bisect.jpl
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2018-08-28 19:06:49 +0100
committerMatt Hart <github@blacklabsystems.com>2018-09-03 13:57:17 +0100
commit2ec55243425796b255028fb7293784a69b9a3886 (patch)
tree647011d67b277446b1593d6009296c03a9b4077e /jenkins/bisect.jpl
parentc57fd21a30bd6add6f0216f878328b86ba38ef13 (diff)
bisect.jpl: remove Jenkins job number from email subject
The Jenkins job number is not useful for recipients of the email reports, only when debugging issues with access to Jenkins. It can now be removed as bisections are enabled in production. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'jenkins/bisect.jpl')
-rw-r--r--jenkins/bisect.jpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/bisect.jpl b/jenkins/bisect.jpl
index 73d35fe..10c7e2f 100644
--- a/jenkins/bisect.jpl
+++ b/jenkins/bisect.jpl
@@ -363,7 +363,7 @@ def bisectNext(kdir, status) {
*/
def pushResults(kdir, checks, params_summary) {
- def subject = "${params.KERNEL_TREE}/${params.KERNEL_BRANCH} ${params.PLAN} bisection: ${params.KERNEL_NAME} on ${params.TARGET} #${env.BUILD_NUMBER}"
+ def subject = "${params.KERNEL_TREE}/${params.KERNEL_BRANCH} ${params.PLAN} bisection: ${params.KERNEL_NAME} on ${params.TARGET}"
def lava_ci = env.WORKSPACE + '/lava-ci'
cloneLAVA_CI(lava_ci)