Fix Jenkins trigger to pollSCM
This commit is contained in:
parent
f454df4f9c
commit
2eca0f490f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user