1
0
Fork 0

changed pollng interval to 5 min

This commit is contained in:
Christian Kühnel 2020-01-16 17:10:59 +01:00
parent 262547eccb
commit 329026cad8

View file

@ -15,7 +15,7 @@
pipeline {
agent { label 'linux' }
triggers {
pollSCM 'H H/2 * * *'
pollSCM '*/5 * * * *'
}
environment {
BUILD_ID="${JOB_BASE_NAME}-${BUILD_NUMBER}"