diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-29 02:13:16 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-29 02:14:09 -0400 |
commit | 028c430fa193ef7cdb6d83b64d0b474ab4b6e6c3 (patch) | |
tree | 070e0b4ad9445cb804bdf8e39b89990ec85dcb82 /jjb | |
parent | e9c79c7e8b4d67ee0c8ab3ccc31ce76544fb6266 (diff) |
dovetail: branch download amend
JIRA: DOVETAIL-14
Change-Id: I67759e28eb53cc648499e259f4179c409b4cf10d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dovetail/dovetail-ci-jobs.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jjb/dovetail/dovetail-ci-jobs.yml b/jjb/dovetail/dovetail-ci-jobs.yml index 9d2f69da9..1dd1795cb 100644 --- a/jjb/dovetail/dovetail-ci-jobs.yml +++ b/jjb/dovetail/dovetail-ci-jobs.yml @@ -17,12 +17,14 @@ master: &master stream: master branch: '{stream}' + dovetail-branch: '{stream}' gs-pathname: '' docker-tag: 'latest' colorado: &colorado stream: colorado branch: 'stable/{stream}' - gs-pathname: '{stream}' + dovetail-branch: master + gs-pathname: '/{stream}' docker-tag: 'latest' #----------------------------------- @@ -131,7 +133,7 @@ - string: name: DOCKER_TAG default: '{docker-tag}' - description: 'Tag to pull docker image' + description: 'Tag to pull dovetail docker image' - string: name: CI_DEBUG default: 'true' @@ -141,7 +143,7 @@ - git-scm: credentials-id: '{ssh-credentials}' refspec: '' - branch: '{branch}' + branch: '{dovetail-branch}' builders: - description-setter: |