diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-06-15 01:39:08 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-06-15 01:39:08 -0700 |
commit | ac90351588664d1248be4d045b37088c780023ab (patch) | |
tree | 64c4febb8be1fff42ee342d020f5f2595b4e9a20 /jjb/optf | |
parent | 90d76a5ac628d9759a8c557ffdb76dca620c7f12 (diff) |
Add job for beijing branch
Created Jenkins jobs pointing to the Beijing branch.
Change-Id: I3c9f95caf9ad550b030ea5461d80b1bb1adc5ee3
Issue-ID: OPTFRA-258
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb/optf')
-rw-r--r-- | jjb/optf/optf-has-csit.yaml | 6 | ||||
-rw-r--r-- | jjb/optf/optf-has.yaml | 4 | ||||
-rw-r--r-- | jjb/optf/optf-osdf.yaml | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml index 4413b1429..459c4987e 100644 --- a/jjb/optf/optf-has-csit.yaml +++ b/jjb/optf/optf-has-csit.yaml @@ -5,7 +5,11 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'optf-has' - stream: 'master' + stream: + - 'master': + branch: master + - 'beijing': + branch: beijing functionality: - 'has': trigger_jobs: diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index c07a7697e..a4f7a7997 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -6,8 +6,8 @@ stream: - 'master': branch: 'master' - - 'release-1.1.1': - branch: 'master' + - 'beijing': + branch: 'beijing' mvn-settings: 'optf-has-settings' subproject: - 'conductor': diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml index 3f575cef7..004d84202 100644 --- a/jjb/optf/optf-osdf.yaml +++ b/jjb/optf/optf-osdf.yaml @@ -6,8 +6,8 @@ stream: - 'master': branch: 'master' - - 'release-1.1.1': - branch: 'master' + - 'beijing': + branch: 'beijing' mvn-settings: 'optf-osdf-settings' subproject: - 'osdf': |