Fix: case -> testcase
[lttng-ci.git] / jobs / lttng-tools.yaml
index 10ead3f96033cfffae7475d2b1da4ffe20b6d04f..ccd0becb4d4e9739f3d530c18cb534e1996f34cb 100644 (file)
           clean-if:
             - failure: false
       - archive:
-          artifacts: 'build/**'
+          artifacts: 'build/**, deps/**'
           allow-empty: false
       - email-ext:
           recipients: '{obj:email_to}'
 
     builders:
       - shell: |
-          rm -f lttng-tools-cppcheck.xml
-          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> lttng-tools-cppcheck.xml
+          rm -f cppcheck-result.xml
+          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
 
     publishers:
       - archive:
-          artifacts: 'lttng-tools-cppcheck.xml'
+          artifacts: 'cppcheck-result.xml'
           allow-empty: false
       - cppcheck:
-          pattern: 'lttng-tools-cppcheck.xml'
+          pattern: 'cppcheck-result.xml'
       - email-ext:
           recipients: 'ci-notification@lists.lttng.org'
           reply-to: ci-notification@lists.lttng.org
This page took 0.02331 seconds and 4 git commands to generate.