diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2021-06-15 18:34:43 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2021-06-15 18:34:43 +0530 |
commit | 8478fe61bf501f105270f5f32a8e06fb715728eb (patch) | |
tree | 83b64c0ac39df5a17210be6669e3b26a1077ec76 | |
parent | 559a796ed57e893f12e4448773d8fcaabfc9e78c (diff) |
add the custom_workflow for the daily builds
Issue-ID: SO-3674
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I6fb3c85afcbaca481576d139f3eb11dc80f70f17
-rw-r--r-- | jjb/so/so.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 6fae06bc6..a8d9971f9 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -35,6 +35,9 @@ - 'honolulu': branch: 'honolulu' java-version: openjdk11 + - 'Custom_Workflow': + branch: 'Custom_Workflow' + java-version: openjdk11 mvn-settings: 'so-settings' files: '**' archive-artifacts: '' |