Create 4.1 branch from 4.0

Change-Id: I35198a574f0c2a8088fe939484c6d5b102a1c202
diff --git a/Jenkinsfile b/Jenkinsfile
index 57a5858..8084344 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@
     url = 'https://gerrit.opencord.org/projects/' + proj + '/branches/' + env.BRANCH_NAME
     response = httpRequest url: url, validResponseCodes: '200,404'
     if (response.status == 404) {
-        createBranch(proj, env.BRANCH_NAME, 'master')
+        createBranch(proj, env.BRANCH_NAME, 'cord-4.0')
         return 1
     }
     return 0