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