diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-20 14:29:49 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-20 14:30:00 +0800 |
commit | 7737a0110c1cf90b027e5ebf11035625e5e53b59 (patch) | |
tree | 10da13540342802706616453d213ff89ba9b4ab7 /jjb/vfc/vfc-nfvo-resmanagement.yaml | |
parent | f66f52405a6c8858957143814465f33275c827e4 (diff) |
Remove Jenkins jobs related to components which are not in Guilin Release
Issue-ID: VFC-1708
Change-Id: Icc56dd6c96a7e6593cdee5d6e2d1e759bb4401f2
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'jjb/vfc/vfc-nfvo-resmanagement.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-resmanagement.yaml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml deleted file mode 100644 index b162ab848..000000000 --- a/jjb/vfc/vfc-nfvo-resmanagement.yaml +++ /dev/null @@ -1,63 +0,0 @@ ---- -- project: - name: vfc-nfvo-resmanagement - project: 'vfc/nfvo/resmanagement' - project-name: 'vfc-nfvo-resmanagement' - mvn-settings: 'vfc-nfvo-resmanagement-settings' - stream: - - 'master': - branch: 'master' - build-node: ubuntu1804-builder-4c-4g - jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-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-nfvo-resmanagement-docker-image.sh' - build-node: ubuntu1804-docker-8c-8g - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - -- project: - name: vfc-nfvo-resmanagement-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/resmanagement' - project-name: 'vfc-nfvo-resmanagement' - branch: 'master' - mvn-settings: 'vfc-nfvo-resmanagement-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: vfc-nfvo-resmanagement-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: vfc/nfvo/resmanagement - project-name: 'vfc-nfvo-resmanagement' - build-node: ubuntu1804-builder-4c-4g - branch: 'master' - mvn-settings: 'vfc-nfvo-resmanagement-settings' - -- project: - name: vfc-nfvo-resmanagement-info - project-name: vfc-nfvo-resmanagement - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: vfc/nfvo/resmanagement - branch: master |