Fix trigger
This commit is contained in:
parent
089503e349
commit
321b6c0556
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -2,8 +2,10 @@ node {
|
||||
def img
|
||||
stage("Properties"){
|
||||
properties([
|
||||
[$class: 'GogsTrigger'],
|
||||
pipelineTriggers([pollSCM('')])
|
||||
pipelineTriggers([
|
||||
pollSCM(''),
|
||||
[$class: 'GogsTrigger']
|
||||
])
|
||||
])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user