diff --git a/Jenkinsfile b/Jenkinsfile index 889c8e62..61d51f91 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,6 @@ pipeline { - agent { - node { - label 'master' - } - } + agent any options { buildDiscarder logRotator( @@ -67,3 +63,10 @@ pipeline { } } + + +// changes made to Develop !! + + +//# changes made !! + 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 + +