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'