ci: yuh
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
||||
|
||||
triggers {
|
||||
// Trigger build on SCM changes (pushes)
|
||||
scm('H/5 * * * *') // Poll SCM every 5 minutes
|
||||
pollSCM('H/5 * * * *') // Poll SCM every 5 minutes
|
||||
}
|
||||
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user