From 922c17a4c8fb1c09bb1ad18ca67debc27f520978 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 20 Nov 2018 11:53:43 -0500 Subject: Rename summary control var --- src/JobConfig.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/JobConfig.groovy b/src/JobConfig.groovy index 34f782b..228a826 100644 --- a/src/JobConfig.groovy +++ b/src/JobConfig.groovy @@ -4,7 +4,7 @@ class JobConfig implements Serializable { // Regression testing summary control - def post_rt_summary = false + def post_test_summary = false def all_posts_in_same_issue = true // Build retention control -- cgit