diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-01 16:08:54 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-01 16:08:57 -0400 |
commit | 3f52058f6f4b5c4ca4c1621d618f7b602c534e9b (patch) | |
tree | ed5b857311351fc1a1bed2c7369b7d461f155b9d /jjb | |
parent | 7a1612ec5bb0ce5214062eb72f50229b58fde256 (diff) |
Remove spring boot profile
Issue-ID: AAI-2580
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ifc44ecb5e6acffad7efd1b5b939f11c9ae1acc98
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/aai/aai-model-loader.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jjb/aai/aai-model-loader.yaml b/jjb/aai/aai-model-loader.yaml index 829909b9a..fada8bd91 100644 --- a/jjb/aai/aai-model-loader.yaml +++ b/jjb/aai/aai-model-loader.yaml @@ -28,7 +28,6 @@ branch: 'elalto' - 'master': branch: 'master' - mvn-params: '-P spring-boot-2-1' mvn-settings: 'aai-model-loader-settings' files: '**' archive-artifacts: '' @@ -48,7 +47,6 @@ project: 'aai/model-loader' project-name: 'aai-model-loader' branch: 'master' - mvn-params: '-P spring-boot-2-1' mvn-settings: 'aai-model-loader-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' @@ -63,7 +61,6 @@ stream: - 'master': branch: 'master' - mvn-params: '-P spring-boot-2-1' mvn-settings: 'aai-model-loader-settings' - project: @@ -73,7 +70,6 @@ - gerrit-info-yaml-verify build-node: centos7-builder-2c-1g project: aai/model-loader - mvn-params: '-P spring-boot-2-1' branch: master - project: @@ -83,7 +79,6 @@ jobs: - gerrit-whitesource-scan mvn-settings: 'aai-model-loader-settings' - mvn-params: '-P spring-boot-2-1' wss-product-name: 'aai' mvn-clean-install: true project: 'aai/model-loader' |