Add the docker-building task 55/8355/2
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 23 Aug 2017 00:49:08 +0000 (08:49 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 23 Aug 2017 03:09:13 +0000 (11:09 +0800)
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 <fu.guangrong@zte.com.cn>
jjb/holmes/holmes-rule-mgt.yaml

index cf4b5e0..069c047 100644 (file)
@@ -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