diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-13 01:48:32 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-14 10:25:42 +0000 |
commit | c44f96b50c89933c3fed3609d6b69fc9322c5818 (patch) | |
tree | 43637009bab3b09ce28988bdf9da29eec53443b5 /jjb/armband | |
parent | a1d46dc22a305463e3b0682c8d79e5811f14923a (diff) |
Fix branch parameter and change stream name to brahmaputra
Change-Id: I9005cb7cee44873b37fb310e5850d85d887c958d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/armband')
-rw-r--r-- | jjb/armband/armband.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/armband/armband.yml b/jjb/armband/armband.yml index 1ffc8ac8e..c35f28784 100644 --- a/jjb/armband/armband.yml +++ b/jjb/armband/armband.yml @@ -15,7 +15,7 @@ - master: branch: 'master' gs-pathname: '' -# - stable-brahmaputra: +# - brahmaputra: # branch: 'stable/brahmaputra' # gs-pathname: '/brahmaputra' @@ -26,7 +26,7 @@ - project-parameter: project: '{project}' - gerrit-parameter: - branch: '{stream}' + branch: '{branch}' - 'opnfv-build-defaults' scm: @@ -52,7 +52,7 @@ project-pattern: '{project}' branches: - branch-compare-type: 'ANT' - branch-pattern: '**/{stream}' + branch-pattern: '**/{branch}' forbidden-file-paths: - compare-type: ANT pattern: 'docs/**|.gitignore' |