Merge "Add pull request number to the jjb paramters"
[infra/cicd.git] / jjb / onap / global-templates-onap-java.yaml
index a7eb8453e27caabb67f4c3b3c9a634b0dc9879a2..6767a978bafd5b24f2b586a8560840b052c6138f 100644 (file)
 - job-template:
     name: 'onap-{project-name}-performance-tests-plots'
     disabled_job_var: false
-    node: onap-ubuntu1804
+
+    triggers:
+      - timed: '{timer}'
 
     builders:
       - shell:
           !include-raw-escape: ./cps/prepare-performance-tests-data.sh
 
     publishers:
-      - plot:
-          - title: "performance"
-            group: "performance"
-            csvFileName: "results.txt"
-            style: line
-            exclude-zero-yaxis: true
-            num-builds: '30'
-            series:
-              - file:
-                url: 'results.txt'
-                inclusion-flag: 'off'
-                display-table: false
-                format: csv
+      - html-publisher:
+          name: "Performance Review"
+          dir: "."
+          files: "index.html,createOperation.html,readOperation.html,updateOperation.html,deleteOperation.html"
 
 - job-template:
     name: 'onap-{project-name}-{stream}-performance-test-java'
       - shell:
           !include-raw-escape: ./verify-jobs.sh
 
-    post-build-actions:
-      - build:
-          project: 'onap-cps-performance-tests-plots'
-
 # csits for diferent projects are different so need to have special handling
 - job-template:
     name: 'onap-policy-docker-{stream}-csit-java'