diff --git a/Jenkinsfile b/Jenkinsfile index 889c8e62..6b411ff0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,6 @@ pipeline { - agent { - node { - label 'master' - } - } + agent any options { buildDiscarder logRotator( diff --git a/README.md b/README.md index e43c6793..bf23a957 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # multibranch-pipeline-demo -Jenkins Multibranch Pipeline Example Repo +Jenkins Multibranch Pipeline Example Repo + +