ci: poll for jenkinsfile changes

This commit is contained in:
bstein 2025-12-17 02:05:53 -03:00
parent da6daa0e9e
commit 24ca85f025

3
Jenkinsfile vendored
View File

@ -1,4 +1,7 @@
pipeline { pipeline {
triggers {
pollSCM('H/5 * * * *')
}
agent { agent {
kubernetes { kubernetes {
label 'harbor-arm-build' label 'harbor-arm-build'