CI: Disable daily jobs
[ci-management.git] / jjb / vfc / vfc-nfvo-lcm-java.yaml
index f209bbf..03a903c 100644 (file)
@@ -1,46 +1,54 @@
 ---
 - project:
     name: vfc-nfvo-lcm-java
-    project-name: 'vfc-nfvo-lcm'
-    project: 'vfc/nfvo/lcm'
+    project-name: "vfc-nfvo-lcm"
+    project: "vfc/nfvo/lcm"
     stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'vfc-nfvo-lcm-settings'
+      - "master":
+          branch: "master"
+    mvn-settings: "vfc-nfvo-lcm-settings"
     jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily'
-      - '{project-name}-{stream}-docker-java-version-shell-daily':
-          docker-pom: 'pom.xml'
-          mvn-goals: 'install'
-          script:
-            !include-raw-escape: 'build-nfvo-lcm-docker-image.sh'
-          build-node: ubuntu1604-docker-8c-8g
-    files: '**'
-    archive-artifacts: ''
-    build-node: centos7-redis-4c-4g
+      - "{project-name}-{stream}-verify-java"
+      - "{project-name}-{stream}-merge-java"
+      - gerrit-maven-stage:
+          sbom-generator: true
+          sign-artifacts: true
+          build-node: centos8-docker-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-lcm-docker-image.sh"
+          build-node: ubuntu1804-docker-8c-8g
+      - "{project-name}-gerrit-release-jobs":
+          build-node: centos7-docker-2c-1g
+    files: "**"
+    archive-artifacts: ""
+    build-node: centos8-redis-4c-4g
 
 - project:
     name: vfc-nfvo-lcm-sonar
     jobs:
       - gerrit-maven-sonar
-    cron: '@daily'
-    build-node: centos7-redis-4c-4g
-    project: 'vfc/nfvo/lcm'
-    project-name: 'vfc-nfvo-lcm'
-    branch: 'master'
-    mvn-settings: 'vfc-nfvo-lcm-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+    sonarcloud: true
+    sonarcloud-project-organization: "{sonarcloud_project_organization}"
+    sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
+    sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar"
+    build-node: ubuntu1804-builder-4c-4g
+    project: "vfc/nfvo/lcm"
+    project-name: "vfc-nfvo-lcm"
+    branch: "master"
+    mvn-settings: "vfc-nfvo-lcm-settings"
+    mvn-goals: "clean install"
+    mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
 
 - project:
     name: vfc-nfvo-lcm-java-clm
     jobs:
       - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
+    nexus-iq-namespace: "onap-"
     project: vfc/nfvo/lcm
-    project-name: 'vfc-nfvo-lcm'
-    build-node: centos7-redis-4c-4g
-    branch: 'master'
-    mvn-settings: 'vfc-nfvo-lcm-settings'
+    project-name: "vfc-nfvo-lcm"
+    build-node: centos8-redis-4c-4g
+    branch: "master"
+    mvn-settings: "vfc-nfvo-lcm-settings"