diff --git a/jenkinsfiles/first_steps.jenkins b/jenkinsfiles/first_steps.jenkins index ad7f543..9904128 100644 --- a/jenkinsfiles/first_steps.jenkins +++ b/jenkinsfiles/first_steps.jenkins @@ -3,9 +3,7 @@ properties([disableConcurrentBuilds()]) pipeline { - agent { - label 'master' - } + agent any options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) timestamps()