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()
}
triggers {
// Webhook-friendly; Jenkins' /git/notifyCommit can trigger this without polling.
scm('')
// Webhook-friendly; notifyCommit works when pollSCM is defined (even empty string).
pollSCM('')
}
stages {
stage('Checkout') {