From 2ec55243425796b255028fb7293784a69b9a3886 Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Tue, 28 Aug 2018 19:06:49 +0100 Subject: 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 --- jenkins/bisect.jpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins/bisect.jpl') 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) -- cgit v1.2.3