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