Remove wrong comment

This commit is contained in:
retropikzel 2024-12-24 17:11:32 +02:00
parent 4ecc5828f5
commit 7a56013ac2
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -1,8 +1,10 @@
pipeline {
agent any
agent {
label 'agent2'
}
triggers {
cron("* 0 * * *") // Clean up every 15 minutes
cron("* 0 * * *")
}
options {