removing checkout in jenkinsfile

Change-Id: Iad4a8637d35ebf48c1ee849726fef42f5d61b480
diff --git a/Jenkinsfile b/Jenkinsfile
index 3b662ce..f6ac4b8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,9 +1,9 @@
 
 node ('build') {
    // Mark the code checkout 'stage'....
-   stage 'Checkout'
+   //stage 'Checkout'
    // Get cord from opencord repo
-   checkout([$class: 'RepoScm', currentBranch: true, manifestBranch: 'master', manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true])
+   //checkout([$class: 'RepoScm', currentBranch: true, manifestBranch: 'master', manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true])
    
    stage 'chdir to build'
    dir('build') {