Remove wrong comment
This commit is contained in:
parent
4ecc5828f5
commit
7a56013ac2
|
@ -1,8 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'agent2'
|
||||||
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
cron("* 0 * * *") // Clean up every 15 minutes
|
cron("* 0 * * *")
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue