From: Guangrong Fu Date: Sat, 26 Aug 2017 02:24:23 +0000 (+0800) Subject: Add the docker-building tasks X-Git-Tag: 1.0.0-Amsterdam~282^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a2889bc7c05ccf750bf83f515fe2aa156f7dc7ef;p=ci-management.git Add the docker-building tasks Add the docker-building task for the engine-management module. Add the docker-building task for the dsa module. Change-Id: I5397fe503e17f9e36670c59ea3131c7607a1d945 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 8b5468611..829ee798f 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -7,6 +7,7 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-java-daily' project: 'holmes/dsa' stream: @@ -15,4 +16,6 @@ mvn-settings: 'holmes-dsa-settings' files: '**' archive-artifacts: '' + docker-pom: 'pom.xml' + mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 0e5c856e2..ce378eb1c 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -7,6 +7,7 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-java-daily' project: 'holmes/engine-management' stream: @@ -15,4 +16,6 @@ mvn-settings: 'holmes-engine-management-settings' files: '**' archive-artifacts: '' + docker-pom: 'pom.xml' + mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g