diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-04 17:17:59 +0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-05 01:48:37 +0000 |
commit | e1d51849c7d5da79d92f8e0f5ba5ae6638e7a352 (patch) | |
tree | d9e02f7ff2136994a933f3e1ed2344a14fd188d2 /jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml | |
parent | a38dd0f35cf1ae445ea97cdd0115c532cd7f85ec (diff) |
Update vfc vnfmgr jjb template
Update vnfmgr jjb template file and add vfc vnfmgr docker build
shell file to build gvnfm vnfres docker image.
Change-Id: Ib01ef5a17977465e40deb1e3029abc857244f7f6
Issue-ID: CIMAN-47
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml index 5fec8ccd4..05c01dd85 100644 --- a/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml +++ b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml @@ -14,6 +14,11 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' + - '{project-name}-{stream}-docker-java-version-shell-daily': + docker-pom: 'pom.xml' + mvn-goals: 'install' + script: + !include-raw-escape: 'build-gvnfm-vnfmgr-docker-image.sh' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file |