diff options
Diffstat (limited to 'jjb/vfc/vfc-nfvo-driver-ems-java.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-ems-java.yaml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml deleted file mode 100644 index 85e9d6852..000000000 --- a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml +++ /dev/null @@ -1,70 +0,0 @@ ---- - -- project: - name: vfc-nfvo-driver-ems-java - project-name: 'vfc-nfvo-driver-ems' - project: 'vfc/nfvo/driver/ems' - stream: - - 'master': - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-ems-settings' - subproject: - - 'drv-ems-boco': - pom: 'ems/pom.xml' - pattern: 'ems/**' - jobs: - - '{project-name}-{stream}-{subproject}-verify-java' - - '{project-name}-{stream}-{subproject}-merge-java' - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - - '{project-name}-{stream}-docker-java-version-shell-daily': - docker-pom: 'pom.xml' - mvn-goals: 'install' - script: - !include-raw-escape: 'build-driver-ems-docker-image.sh' - build-node: ubuntu1804-docker-8c-8g - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - files: '**' - archive-artifacts: '' - build-node: ubuntu1804-builder-4c-4g - -- project: - name: vfc-nfvo-driver-ems-sonar - jobs: - - gerrit-maven-sonar - sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-api-token: '{sonarcloud_api_token}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" - cron: '@daily' - build-node: ubuntu1804-builder-4c-4g - project: 'vfc/nfvo/driver/ems' - project-name: 'vfc-nfvo-driver-ems' - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-ems-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: vfc-nfvo-driver-ems-java-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: vfc/nfvo/driver/ems - project-name: 'vfc-nfvo-driver-ems' - build-node: ubuntu1804-builder-4c-4g - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-ems-settings' - -- project: - name: vfc-nfvo-driver-ems-info - project-name: vfc-nfvo-driver-ems - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: vfc/nfvo/driver/ems - branch: master |