diff --git a/Jenkinsfile b/Jenkinsfile index b9ae0721..f8832f23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { + agent any + options { buildDiscarder(logRotator(numToKeepStr: '15')) disableConcurrentBuilds()