jenkins: add scm polling trigger for jellyfin oidc pipeline
This commit is contained in:
parent
d65b8e7a32
commit
bebe91d39b
@ -74,6 +74,16 @@ data:
|
||||
}
|
||||
}
|
||||
pipelineJob('jellyfin-oidc-plugin') {
|
||||
properties {
|
||||
pipelineTriggers {
|
||||
triggers {
|
||||
scmTrigger {
|
||||
scmpoll_spec('H/5 * * * *')
|
||||
ignorePostCommitHooks(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
definition {
|
||||
cpsScm {
|
||||
scm {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user