1
0
Fork 0

ci: Enable pollSCM trigger

Dustin 2018-07-26 18:37:55 -05:00
parent e1df8d201c
commit 8557b8b05a
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -1,6 +1,10 @@
pipeline {
agent any
triggers {
pollSCM ''
}
environment {
PUBLISH_HOST = 'web0.pyrocufflink.blue'
PUBLISH_USER = 'webapp.dchwww'