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
stage("Properties"){
properties([
[$class: 'GogsTrigger'],
pipelineTriggers([pollSCM('')])
pipelineTriggers([
pollSCM(''),
[$class: 'GogsTrigger']
])
])
}