diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2022-01-24 21:11:41 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2022-01-24 16:06:57 +0000 |
commit | 91a4d22f3f0ef2ed99a4e0f43ccad45ed07f3176 (patch) | |
tree | 667239b7729c1ea2813c2fd1fa0edc73ae855f7c /jjb/so | |
parent | c853fad94c79676496678c07991b8ede4c494ae7 (diff) |
[SO] update the recursive orch branch in the SO build scripts
Issue-ID: SO-3837
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: Ia5ac9c1e905118f3b4f6aa00ba93d170e1a0d820
Diffstat (limited to 'jjb/so')
-rw-r--r-- | jjb/so/so.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 27ddd29f2..b3f32edfb 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -35,8 +35,8 @@ - 'istanbul': branch: 'istanbul' java-version: openjdk11 - - 'Custom_Workflow': - branch: 'Custom_Workflow' + - 'recursive-orch': + branch: 'recursive-orch' java-version: openjdk11 mvn-settings: 'so-settings' files: '**' |