diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-23 08:49:08 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-23 11:09:13 +0800 |
commit | 027251978c6b7ae3430e5d5e521879116c1aed7a (patch) | |
tree | b4a6032bebbec6dafe468383cd102f5fca533ae0 /jjb/holmes | |
parent | c46a2ee5d3185efa8cc557fde72c40f0f4c04a71 (diff) |
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 <fu.guangrong@zte.com.cn>
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |