diff --git a/Jenkinsfile b/Jenkinsfile index 2c7e493..6d63282 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,10 @@ pipeline { - agent any + agent { + label 'agent2' + } triggers { - cron("* 0 * * *") // Clean up every 15 minutes + cron("* 0 * * *") } options {