From dc7080c460961cfe141c74808b226ea000fb0103 Mon Sep 17 00:00:00 2001 From: Guillaume Tucker Date: Fri, 29 Jun 2018 10:48:30 +0100 Subject: bisect.jpl: use quotes when passing recipients list with --to The recipients list is whitespace-separated, so pass it within quotes to the push-bisection-results.py --to option. Signed-off-by: Guillaume Tucker Fixes: 62fe4c872ce2 ("bisect.jpl: call push-bisection-results.py to push log and results") --- 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 8dfdbbe..057e955 100644 --- a/jenkins/bisect.jpl +++ b/jenkins/bisect.jpl @@ -390,7 +390,7 @@ PYTHON_EGG_CACHE=${egg_cache} \ --revert=${checks['revert']} \ --kdir=${kdir} \ --subject=\"${subject}\" \ ---to=${params.EMAIL_RECIPIENTS} \ +--to=\"${params.EMAIL_RECIPIENTS}\" \ """) } } -- cgit v1.2.3