From 0a17e714ed7d93c01259965b080c675ff3a479fd Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Tue, 10 Dec 2024 10:29:22 +0100 Subject: [PATCH] cleanup-project-storage updated to agent any --- releng/jenkins/cleanup-project-storage/Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 +}