From f2bdd5c9c41796f1887eea94576de67af6bc88e0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 22 May 2017 21:22:32 +0200 Subject: crunch build stats --- worker.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'worker.js') diff --git a/worker.js b/worker.js index cece1a7..c40b216 100644 --- a/worker.js +++ b/worker.js @@ -115,7 +115,11 @@ if (LOGGLY_TOKEN) if (api_ids_global.length > 0) await seq.query(global_script, { - replacements: { participant_api_ids: api_ids_global }, + replacements: { + participant_api_ids: api_ids_global, + build_regex_start: '^([[:digit:]]+;[[:digit:]]+,)*(', + build_regex_end: ')+(,[[:digit:]]+;[[:digit:]]+)*$' + }, type: seq.QueryTypes.UPSERT }); if (team_ids.length > 0) { -- cgit v1.3.1