From 0ce95b87c2de4ed58cec2152d949ece3c2a5bc82 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 18 Feb 2016 15:37:09 -0500 Subject: [PATCH] Fix: use pollscm instead of timer --- jobs/lttng-tools.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 4870e9e..f6d045d 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -79,7 +79,8 @@ matrix-builds: false matrix-configs: true triggers: - - timed: '@hourly' + - pollscm: + cron: "@hourly" - reverse: jobs: 'lttng-ust_{version}_{buildtype}' result: 'success' -- 2.34.1