summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-02-04 20:16:27 +0100
committerChrisC <christophe.closset@intl.att.com>2021-02-04 20:16:27 +0100
commitfc0a38c81708255b4ed71c7c6f84830688ad0c26 (patch)
treedb92f77108c8c2fca3f4ca54706be88224b87e17 /jjb/sdc
parentfc6829cb1eaed49071a9a9bed27c580a9227100a (diff)
[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 <christophe.closset@intl.att.com> Change-Id: I100d817b4fb6056afff62fd979139c181b149fdc
Diffstat (limited to 'jjb/sdc')
-rw-r--r--jjb/sdc/sdc-csit.yaml4
1 files 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'