Skip to content

Commit

Permalink
cleanup-project-storage updated to agent any
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini authored Dec 10, 2024
1 parent ea2a650 commit 0a17e71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions releng/jenkins/cleanup-project-storage/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
pipeline {
agent {
kubernetes {
inheritFrom 'centos-8'
}
}
agent any

options {
buildDiscarder(logRotator(numToKeepStr:'15'))
Expand Down Expand Up @@ -70,4 +66,4 @@ pipeline {

}

}
}

0 comments on commit 0a17e71

Please sign in to comment.