Skip to content

Commit

Permalink
Need to add jenkins jobs for Istanbul release for UUI.
Browse files Browse the repository at this point in the history
Issue-ID: USECASEUI-640
Change-Id: Ib05398e5abf7bedafd18091a7a9251c35055a765
Signed-off-by: hekeguang <[email protected]>
  • Loading branch information
hekeguang committed Jan 27, 2022
1 parent 512855a commit 8f69d3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jjb/usecaseui/usecase-ui-nlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
stream:
- 'master':
branch: 'master'
- 'istanbul':
branch: 'istanbul'
mvn-settings: 'usecase-ui-nlp-settings'
jobs:
- '{project-name}-{stream}-verify-java'
Expand Down
2 changes: 2 additions & 0 deletions jjb/usecaseui/usecase-ui-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
stream:
- 'master':
branch: 'master'
- 'istanbul':
branch: 'istanbul'
mvn-settings: 'usecase-ui-server-settings'
jobs:
- '{project-name}-{stream}-verify-java'
Expand Down
2 changes: 2 additions & 0 deletions jjb/usecaseui/usecase-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
stream:
- 'master':
branch: 'master'
- 'istanbul':
branch: 'istanbul'
mvn-settings: 'usecase-ui-settings'
jobs:
- '{project-name}-{stream}-verify-java'
Expand Down

0 comments on commit 8f69d3f

Please sign in to comment.