diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2022-01-24 18:05:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-24 18:05:09 +0000 |
commit | e27a43868a8bd014d549e03d93ce7f2764465c63 (patch) | |
tree | bd67e15eccf2e4aabaf8f0001a97bc02259d9017 | |
parent | e1677ff1827e8260a31d85db9e36e68de29de96f (diff) | |
parent | 91a4d22f3f0ef2ed99a4e0f43ccad45ed07f3176 (diff) |
Merge "[SO] update the recursive orch branch in the SO build scripts"
-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: '**' |