summaryrefslogtreecommitdiffstats
path: root/jjb/integration/simulators/integration-core-nssmf-simulator.yaml
blob: 63ce6218c7c1805eb80b6394c10219a336f8d1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
- project:
    name: integration-simulators-core-nssmf-simulator
    project: integration/simulators/core-nssmf-simulator
    project-name: integration-simulators-core-nssmf-simulator
    stream:
      - "master":
          branch: "master"
    mvn-settings: "integration-simulators-core-nssmf-simulator-settings"
    files: "**"
    maven-deploy-properties: |
      deployAtEnd=true
    archive-artifacts: ""
    build-node: ubuntu1804-docker-8c-8g
    jobs:
      - "{project-name}-{stream}-verify-java":
          mvn-goals: "clean install"
      - "{project-name}-{stream}-merge-java":
          mvn-goals: "clean deploy"
      - "{project-name}-gerrit-release-jobs":
          build-node: centos7-docker-2c-1g
      - gerrit-maven-docker-stage:
          build-node: centos8-docker-8c-8g
          maven-versions-plugin: true
          container-public-registry: "nexus3.onap.org:10001"
          container-staging-registry: "nexus3.onap.org:10003"
          mvn-goals: "clean deploy"
          mvn-params: "-P docker"
      - gerrit-maven-stage:
          sign-artifacts: true
          build-node: centos8-docker-8c-8g
          maven-versions-plugin: true
          mvn-goals: "clean deploy"