diff --git a/Jenkinsfile b/Jenkinsfile index 9390bac..2becea1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,11 @@ pipeline { - agent any + agent { + label 'linux' + } + + trigger { + cron('0 0 * * *') + } options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))