Also clean agent 1

This commit is contained in:
retropikzel 2025-05-30 17:47:12 +03:00
parent 4e1ec485e0
commit f8fb335fcd
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -1,7 +1,5 @@
pipeline {
agent {
label 'agent2'
}
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))