diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 915a9efe..ca08e3d3 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,5 +1,5 @@ pipeline { - agent "built-in" + agent label "built-in" options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))