diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-08-23 13:58:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-23 13:58:08 +0000 |
commit | 606535c27514ed53e0dedb9c88cdb46f91fbcc08 (patch) | |
tree | 2131620bc2dd356dee36d2e313c9eab226baeab1 /jjb/domino/domino.yml | |
parent | 817187f7c60abbb81522e6215d268fd659a7c714 (diff) | |
parent | 3dd4caf785a9bb8d751e60b3b97cacddaa94ed2c (diff) |
Merge "Create project jobs for colorado branch"
Diffstat (limited to 'jjb/domino/domino.yml')
-rw-r--r-- | jjb/domino/domino.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/domino/domino.yml b/jjb/domino/domino.yml index 29e171b80..7cee98448 100644 --- a/jjb/domino/domino.yml +++ b/jjb/domino/domino.yml @@ -10,10 +10,17 @@ - master: branch: '{stream}' gs-pathname: '' + disabled: false + - colorado: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - job-template: name: 'domino-verify-{stream}' + disabled: '{obj:disabled}' + parameters: - project-parameter: project: '{project}' |