diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-10-04 22:17:02 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-10-04 22:18:30 +0800 |
commit | 2102a96fab3fe6f873d15bdde0647b5b7480055c (patch) | |
tree | 43bb658e1a9d32d733b0fcc3768cdad3e1771eff | |
parent | 1462bcf1f9540dda825a81175d9c2ca1bc249583 (diff) |
Build Job for the Dublin dev
Change-Id: Iabfa5076862509290a1418694fb6c29f48e5a17b
Issue-ID: SO-1103
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-rw-r--r-- | jjb/so/so-libs.yaml | 2 | ||||
-rw-r--r-- | jjb/so/so.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml index 2593111d6..4b7e834aa 100644 --- a/jjb/so/so-libs.yaml +++ b/jjb/so/so-libs.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'Dublin-dev': + branch: 'Dublin-dev' mvn-settings: 'so-libs-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 5c55a6ec2..dbf6e841d 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -16,6 +16,8 @@ stream: - 'master': branch: 'master' + - 'Dublin-dev': + branch: 'Dublin-dev' mvn-settings: 'so-settings' files: '**' archive-artifacts: '' |