Skip to content

Commit

Permalink
Merge pull request #3288 from eclipse-xtext/LorenzoBettini-patch-1
Browse files Browse the repository at this point in the history
cleanup-project-storage updated to agent any
  • Loading branch information
LorenzoBettini authored Dec 10, 2024
2 parents ea2a650 + 0a17e71 commit d708b1f
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 d708b1f

Please sign in to comment.