diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 7076c7ec..1833ba33 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,5 +1,5 @@ pipeline { - agent 'master' + node 'master' options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))