OpenDaylight: Improve jenkins jobs for OpenDaylight projects
- Mirror branches from OpenDaylight upstream project to Nordix.
- Do not force the git user.name to be the gerrit id.
Git authorship can be independent from the
gerrit review ownership now.
- Cache the repository on the Jenkins slave nodes
when rebasing repositories.
- Make sure the commit hash in the local repo is the same
as in nordix Gerrit and the same as the commit hash
in the upstream gerrit.
- Decrease number of jobs required for project in Jenkins
Change-Id: Ia0bb2094375ec3ccf14af28ce65f09ad0613fb3f
diff --git a/jjb/opendaylight/netconf/netconf-rebase-jobs.yml b/jjb/opendaylight/netconf/netconf-rebase-jobs.yml
index 2fbbcc4..e23d049 100644
--- a/jjb/opendaylight/netconf/netconf-rebase-jobs.yml
+++ b/jjb/opendaylight/netconf/netconf-rebase-jobs.yml
@@ -18,12 +18,9 @@
# ============LICENSE_END=========================================================
#
- project:
- name: netconf-rebase
+ name: opendaylight-netconf-rebase
project: netconf
project-name: netconf
- stream:
- - master:
- branch: '{stream}'
jobs:
- - 'opendaylight-{project-name}-{stream}-rebase'
+ - 'opendaylight-{project-name}-rebase'