Fix the agent

This commit is contained in:
retropikzel 2024-09-29 08:42:55 +03:00
parent 1633c782ba
commit e2289c6841
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent built_in_node
agent {
label 'built_in_node'
}
triggers {
cron("59 23 * * 1") // Clean up every monday