From fc0a38c81708255b4ed71c7c6f84830688ad0c26 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Thu, 4 Feb 2021 20:16:27 +0100 Subject: [PATCH] [SDC] fix profile settings fix typo in profile settings proper setting is "-P profile-1,profile-2" Issue-ID: SDC-3465 Signed-off-by: ChrisC Change-Id: I100d817b4fb6056afff62fd979139c181b149fdc --- jjb/sdc/sdc-csit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index 3ebab83d7..b8c35826a 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -7,14 +7,14 @@ container-public-registry: 'nexus3.onap.org:10001' container-snapshot-registry: 'nexus3.onap.org:10003' mvn-goals: clean install - mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker, all-for-integration-tests-only' + mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only' maven-versions-plugin: true - '{project-name}-merge-verification-maven-{stream}': build-node: ubuntu1804-docker-8c-16g container-public-registry: 'nexus3.onap.org:10001' container-snapshot-registry: 'nexus3.onap.org:10003' mvn-goals: clean install - mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker, all-for-integration-tests-only' + mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only' maven-versions-plugin: true project-name: 'sdc' -- 2.16.6