summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorBengt Thuree <bthuree@linuxfoundation.org>2021-03-17 09:52:31 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-17 09:52:31 +0000
commit5064177c488d39a18cf8e4c93279c2117810b620 (patch)
tree561d8b9da1496c2cd47d574543c423a68e8a6dc3 /jjb
parent3cab72a749ef02d017564018e6cffe2f4a4da3c2 (diff)
parentbaf1070b9a87d690f34bdab5864502e513a0e0a1 (diff)
Merge "Fix jobs to push avcn-manager image"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml b/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml
index bf094b5f8..43e316138 100644
--- a/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml
+++ b/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml
@@ -4,20 +4,17 @@
project-name: 'integration-simulators-nf-simulator-avcn-manager'
java-version: openjdk11
jobs:
- - '{project-name}-{stream}-verify-java':
- mvn-goals: 'clean install -P docker -DskipDockerPush=true'
- - '{project-name}-{stream}-merge-java':
- mvn-goals: 'clean deploy'
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-docker-8c-8g
maven-versions-plugin: true
- mvn-goals: 'clean deploy'
- gerrit-maven-docker-stage:
build-node: ubuntu1804-docker-8c-8g
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
- mvn-goals: 'clean install -P docker -DskipDockerPush=false'
+ mvn-goals: 'clean deploy -P docker -DskipDockerPush=false'
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g