Standardize cppcheck config
[lttng-ci.git] / jobs / liburcu.yaml
index 46e17c3ed01a1b6044b6c9c191a42b4041be687e..1c66178aefb60617b70c0ac3ded603d27c9d5eaf 100644 (file)
 
     builders:
       - shell: |
-          rm -f liburcu-cppcheck.xml
-          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/liburcu 2> liburcu-cppcheck.xml
+          rm -f cppcheck-result.xml
+          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/liburcu 2> cppcheck-result.xml
 
     publishers:
       - archive:
-          artifacts: 'liburcu-cppcheck.xml'
+          artifacts: 'cppcheck-result.xml'
           allow-empty: false
       - cppcheck:
-          pattern: 'liburcu-cppcheck.xml'
+          pattern: 'cppcheck-result.xml'
       - email-ext:
           recipients: '{obj:email_to}'
           reply-to: ci-notification@lists.lttng.org
This page took 0.022937 seconds and 4 git commands to generate.