diff --git a/Jenkinsfile b/Jenkinsfile index 889c8e62..4b5ea7a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { node { - label 'master' + label 'node-agent' } } diff --git a/README.md b/README.md index 384308a8..d0acb8f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# multibranch-pipeline-demo +# multibranch-pipeline-demo changed 7 Jenkins Multibranch Pipeline Example Repo