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