diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-20 09:09:15 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-20 09:09:55 -0400 |
commit | db35cbf4e5100c39071d82235f1fd1404501a4e1 (patch) | |
tree | c8a83f713f2711cd371d0c407bc055512cd21ef7 /jjb | |
parent | 06a1ea4afb9070d5dea90df6fb9754f232e56a86 (diff) |
Use newly renamed portal/sdk (was ecompsdkos)
Change-Id: I555f6e6471e07c4005965015cb49b292b399cf0b
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/portal/portal-docker.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/portal/portal-docker.yaml b/jjb/portal/portal-docker.yaml index f552bc382..7dafd1041 100644 --- a/jjb/portal/portal-docker.yaml +++ b/jjb/portal/portal-docker.yaml @@ -23,10 +23,10 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-docker-8c-8g - extra-project1: 'ecompsdkos' + extra-project1: 'portal/sdk' extra-branch1: '{branch}' extra-refspec1: 'refs/heads/{branch}' - checkout-dir1: 'ecompsdkos' + checkout-dir1: 'sdk' extra-project2: 'ui/dmaapbc' extra-branch2: '{branch}' extra-refspec2: 'refs/heads/{branch}' |