diff --git a/Jenkinsfile b/Jenkinsfile index 83f80749..290f9536 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { label 'linux' } + agent any options { buildDiscarder(logRotator(numToKeepStr: '5')) } @@ -41,4 +41,4 @@ pipeline { sh 'docker logout' } } -} \ No newline at end of file +}