From: Guy Belotzerkovsky Date: Tue, 8 Nov 2016 16:10:57 +0000 (+0200) Subject: use branch and refspec as parameters in order to run in local repositories. X-Git-Tag: release/boron-sr2~62^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=202d053c3dcac90224f329fe0183e3cc3e12541a;p=releng%2Fbuilder.git use branch and refspec as parameters in order to run in local repositories. Change-Id: Ib1cf1d5a3bdd59a19df4e4a16b2f2d44c73326c8 Signed-off-by: Guy Belotzerkovsky --- diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index c5924001db..bbd6a00c8a 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -56,8 +56,8 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' scm: @@ -119,8 +119,8 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' scm: @@ -186,8 +186,8 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' scm: @@ -249,13 +249,13 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' scm: - git-scm: - branch: 'master' + branch: '{branch}' wrappers: - opendaylight-infra-wrappers: @@ -287,8 +287,8 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' wrappers: @@ -382,8 +382,8 @@ parameters: - opendaylight-infra-parameters: project: '{project}' - branch: 'master' - refspec: 'refs/heads/master' + branch: '{branch}' + refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' scm: