From 543f2de69947d827419a1ec96d853acc3adc444d Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 24 Sep 2020 19:52:40 +0000 Subject: [PATCH] mvn setting for mod2 jobs Change-Id: Icfec0bb1a3822d4ca0115e87235559e6477e94e4 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2317 Signed-off-by: vv770d --- jjb/dcaegen2/dcaegen2-platform-mod2-assembly.yaml | 3 +++ jjb/dcaegen2/dcaegen2-platform-mod2-authservice.yaml | 3 +++ jjb/dcaegen2/dcaegen2-platform-mod2-catalogservice.yaml | 3 +++ jjb/dcaegen2/dcaegen2-platform-mod2-ui.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/jjb/dcaegen2/dcaegen2-platform-mod2-assembly.yaml b/jjb/dcaegen2/dcaegen2-platform-mod2-assembly.yaml index 5a5115bf1..66378f8a1 100644 --- a/jjb/dcaegen2/dcaegen2-platform-mod2-assembly.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-mod2-assembly.yaml @@ -17,6 +17,9 @@ branch: 'master' java-version: openjdk11 mvn-settings: dcaegen2-platform-settings + maven-version: 'mvn35' + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' build-node: ubuntu1804-docker-8c-8g diff --git a/jjb/dcaegen2/dcaegen2-platform-mod2-authservice.yaml b/jjb/dcaegen2/dcaegen2-platform-mod2-authservice.yaml index b0f256e34..be620998f 100644 --- a/jjb/dcaegen2/dcaegen2-platform-mod2-authservice.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-mod2-authservice.yaml @@ -17,6 +17,9 @@ branch: 'master' java-version: openjdk11 mvn-settings: dcaegen2-platform-settings + maven-version: 'mvn35' + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' build-node: ubuntu1804-docker-8c-8g diff --git a/jjb/dcaegen2/dcaegen2-platform-mod2-catalogservice.yaml b/jjb/dcaegen2/dcaegen2-platform-mod2-catalogservice.yaml index 163dfa40d..274d7e595 100644 --- a/jjb/dcaegen2/dcaegen2-platform-mod2-catalogservice.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-mod2-catalogservice.yaml @@ -17,6 +17,9 @@ branch: 'master' java-version: openjdk11 mvn-settings: dcaegen2-platform-settings + maven-version: 'mvn35' + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' build-node: ubuntu1804-docker-8c-8g diff --git a/jjb/dcaegen2/dcaegen2-platform-mod2-ui.yaml b/jjb/dcaegen2/dcaegen2-platform-mod2-ui.yaml index 64471cc05..3d8ea65fd 100644 --- a/jjb/dcaegen2/dcaegen2-platform-mod2-ui.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-mod2-ui.yaml @@ -17,6 +17,9 @@ branch: 'master' java-version: openjdk11 mvn-settings: dcaegen2-platform-settings + maven-version: 'mvn35' + maven-deploy-properties: | + deployAtEnd=true files: '**' archive-artifacts: '' build-node: ubuntu1804-docker-8c-8g -- 2.16.6