diff --git a/Jenkinsfile b/Jenkinsfile index 889c8e62..78231d6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { stage('Build Deploy Code') { when { - branch 'develop' + branch 'dev' } steps { sh """ diff --git a/README.md b/README.md index 384308a8..413b609b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # multibranch-pipeline-demo Jenkins Multibranch Pipeline Example Repo +Hello Everybody TAMER is here