Fix Jenkins trigger to pollSCM

This commit is contained in:
Brad Stein 2025-12-18 02:22:53 -03:00
parent f454df4f9c
commit 2eca0f490f

4
Jenkinsfile vendored
View File

@ -69,8 +69,8 @@ spec:
disableConcurrentBuilds() disableConcurrentBuilds()
} }
triggers { triggers {
// Webhook-friendly; Jenkins' /git/notifyCommit can trigger this without polling. // Webhook-friendly; notifyCommit works when pollSCM is defined (even empty string).
scm('') pollSCM('')
} }
stages { stages {
stage('Checkout') { stage('Checkout') {