commit | a5d3a61b6c04d19c161c7f5edecc98dd7f72f6f4 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Fri Sep 09 11:02:05 2016 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Fri Sep 09 11:02:05 2016 -0700 |
tree | 8949a3da2ae16672842544848c1aa4fc2e8d9f36 | |
parent | 61509fbb3ce084ee749f29e1602393ed70ed3b32 [diff] [blame] |
adding repo checkout Change-Id: I59342e43110ebfd8f776ae8823529e86d8b06b60
diff --git a/Jenkinsfile b/Jenkinsfile index 13db818..f481f97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,4 +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] stage 'chdir to build' dir('build') { try {