Fix trigger

This commit is contained in:
Tomasz Ziętkiewicz 2021-05-26 21:41:36 +02:00
parent 089503e349
commit 321b6c0556

6
Jenkinsfile vendored
View File

@ -2,8 +2,10 @@ node {
def img def img
stage("Properties"){ stage("Properties"){
properties([ properties([
[$class: 'GogsTrigger'], pipelineTriggers([
pipelineTriggers([pollSCM('')]) pollSCM(''),
[$class: 'GogsTrigger']
])
]) ])
} }