From 027251978c6b7ae3430e5d5e521879116c1aed7a Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 23 Aug 2017 08:49:08 +0800 Subject: [PATCH] Add the docker-building task Add a new task to build the docker and push it the repo. Change-Id: Id2844e60cbd5b654f26cf1e4c241cdf1daf7cdd4 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- jjb/holmes/holmes-rule-mgt.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index cf4b5e0e1..069c04779 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-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/rule-management' stream: @@ -15,4 +16,6 @@ mvn-settings: 'holmes-rule-management-settings' files: '**' archive-artifacts: '' + docker-pom: 'pom.xml' + mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g -- 2.16.6