diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-26 10:24:23 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-29 08:49:15 +0800 |
commit | a2889bc7c05ccf750bf83f515fe2aa156f7dc7ef (patch) | |
tree | cd0cf6f01cf2c3e7e4cc3ee3466698eba6cfcd08 /jjb/holmes | |
parent | 027251978c6b7ae3430e5d5e521879116c1aed7a (diff) |
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 <fu.guangrong@zte.com.cn>
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 3 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
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 |