Merge "Add step to grab csit test status and archive it"
[releng/builder.git] / jjb / releng-macros.yaml
index 339604b30569d4f2a15a1d2b370470885aedd435..eb5743d8b3989584d3cbea13287d5941144d8cc5 100644 (file)
@@ -21,9 +21,9 @@
           description: 'Parameter to identify an ODL Gerrit project'
       - string:
           name: ARCHIVE_ARTIFACTS
+          # Before adding more here, beware of https://jira.linuxfoundation.org/browse/RELENG-280
           default: >
               {artifacts}
-              # Before adding more here, beware of https://jira.linuxfoundation.org/browse/RELENG-280
               **/target/surefire-reports/*-output.txt
               **/target/failsafe-reports/failsafe-summary.xml
               **/hs_err_*.log
               {mvn-opts}
           java-opts:
             - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
+
+- publisher:
+    name: opendaylight-infra-generate-csit-status-report
+    publishers:
+      - postbuildscript:
+          builders:
+            - shell: !include-raw-escape:
+                - generate-csit-status-report.sh
+          script-only-if-succeeded: false
+          script-only-if-failed: false
+          mark-unstable-if-failed: false