diff --git a/Jenkinsfile b/Jenkinsfile index 889c8e62..eb2dffd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { node { - label 'master' + label 'skhalil9' } } diff --git a/README.md b/README.md index 384308a8..9f20b031 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # multibranch-pipeline-demo +# This is an edit Jenkins Multibranch Pipeline Example Repo