ci: add Poll SCM trigger

This commit is contained in:
张翔
2026-04-02 07:22:19 +08:00
parent 7e3370f249
commit 3f89cbb0a7
Vendored
+1
View File
@@ -30,6 +30,7 @@ pipeline {
regexpFilterText: '$ref',
regexpFilterExpression: '^refs/heads/release/.*$'
)
pollSCM('H/5 * * * *')
}
stages {