Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 1b3eef86fda8a5600ee642bc6a6d7b210f660878)
+++ Jenkinsfile	(revision 397edf7a638bd273ce80fb1fb107f1eaabf93eec)
@@ -439,5 +439,5 @@
 	}
 
-	def series = new_data ? [] : [[
+	def series = new_data ? [[
 				file: "${file}.csv",
 				exclusionValues: '',
@@ -445,5 +445,5 @@
 				inclusionFlag: 'OFF',
 				url: ''
-			]];
+			]] : [];
 
 	echo "file is ${BuildDir}/benchmark/${file}.csv, group ${group}, title ${title}"
