changed pollng interval to 5 min
This commit is contained in:
parent
262547eccb
commit
329026cad8
1 changed files with 1 additions and 1 deletions
2
Jenkins/release-linux-pipeline/Jenkinsfile
vendored
2
Jenkins/release-linux-pipeline/Jenkinsfile
vendored
|
@ -15,7 +15,7 @@
|
|||
pipeline {
|
||||
agent { label 'linux' }
|
||||
triggers {
|
||||
pollSCM 'H H/2 * * *'
|
||||
pollSCM '*/5 * * * *'
|
||||
}
|
||||
environment {
|
||||
BUILD_ID="${JOB_BASE_NAME}-${BUILD_NUMBER}"
|
||||
|
|
Loading…
Reference in a new issue