pool scm daily
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
8a1130bc41
commit
48c8db6316
|
@ -3,7 +3,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
triggers {
|
triggers {
|
||||||
cron '@daily'
|
pollSCM('@daily')
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder logRotator( numToKeepStr: '50' )
|
buildDiscarder logRotator( numToKeepStr: '50' )
|
||||||
|
|
Loading…
Reference in New Issue