diff --git a/releng/jenkins/cleanup-project-storage/Jenkinsfile b/releng/jenkins/cleanup-project-storage/Jenkinsfile index 29c20712b5c..1ca1a9b944d 100644 --- a/releng/jenkins/cleanup-project-storage/Jenkinsfile +++ b/releng/jenkins/cleanup-project-storage/Jenkinsfile @@ -1,9 +1,5 @@ pipeline { - agent { - kubernetes { - inheritFrom 'centos-8' - } - } + agent any options { buildDiscarder(logRotator(numToKeepStr:'15')) @@ -70,4 +66,4 @@ pipeline { } -} \ No newline at end of file +}