checking out cord-2.0
Change-Id: Iba6a858bb718e3a19206716c9bb8943f1ff1fa66
diff --git a/Jenkinsfile b/Jenkinsfile
index 29887de..0976398 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
node ('build') {
stage 'Checkout cord repo'
- checkout changelog: false, poll: false, scm: [$class: 'RepoScm', currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true]
+ checkout changelog: false, poll: false, scm: [$class: 'RepoScm', manifestBranch: env.BRANCH_NAME, currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true]
dir('build') {
stage 'Redeploy head node and Build Vagrant box'
try {