From 8557b8b05adf54568630ac66ef4f7675ea275fea Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 26 Jul 2018 18:37:55 -0500 Subject: [PATCH] ci: Enable pollSCM trigger --- ci/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 2b6d62a..1e3e1d7 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + triggers { + pollSCM '' + } + environment { PUBLISH_HOST = 'web0.pyrocufflink.blue' PUBLISH_USER = 'webapp.dchwww'