ci: Enable pollSCM trigger
parent
e1df8d201c
commit
8557b8b05a
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
triggers {
|
||||
pollSCM ''
|
||||
}
|
||||
|
||||
environment {
|
||||
PUBLISH_HOST = 'web0.pyrocufflink.blue'
|
||||
PUBLISH_USER = 'webapp.dchwww'
|
||||
|
|
Loading…
Reference in New Issue