diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-17 09:49:56 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-17 10:03:45 -0500 |
commit | e11c14ed75a63a576838d4c8b9a739f39a2750b6 (patch) | |
tree | 6fe671788fa4fda78207e74f8f4ff30093eca7d8 /jjb/aai | |
parent | 41fbc3dca4141daff878b3aa47c79db4afcf6a16 (diff) |
Add Docker Build
Change-Id: I9fbbee2cf3bfa369c4c18e53e9af90bcfcd237cf
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-model-loader.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/aai/aai-model-loader.yaml b/jjb/aai/aai-model-loader.yaml index 0337c4dcc..a6c0b76fd 100644 --- a/jjb/aai/aai-model-loader.yaml +++ b/jjb/aai/aai-model-loader.yaml @@ -6,6 +6,9 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-java-daily' + - '{project-name}-{stream}-docker-java-daily': + docker-pom: 'pom.xml' + mvn-profile: 'docker' project: 'aai/model-loader' stream: - 'master': @@ -13,3 +16,4 @@ mvn-settings: 'aai-model-loader-settings' files: '**' archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |