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