jjb: exclude hang process detection from Windows builds
[lttng-ci.git] / jobs / lttng-ust.yaml
index 7287730003cd11e98b2a6cec9cb58c5afc989296..d805afca74a452d7e400d2133e08c70e4d1ddaf5 100644 (file)
 
     builders:
       - shell: |
-          rm -f lttng-ust-cppcheck.xml
-          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> lttng-ust-cppcheck.xml
+          rm -f cppcheck-result.xml
+          cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml
 
     publishers:
       - archive:
-          artifacts: 'lttng-ust-cppcheck.xml'
+          artifacts: 'cppcheck-result.xml'
           allow-empty: false
       - cppcheck:
-          pattern: 'lttng-ust-cppcheck.xml'
+          pattern: 'cppcheck-result.xml'
       - email:
           recipients: 'ci-notification@lists.lttng.org'
           notify-every-unstable-build: true
       - stable-2.8
       - stable-2.9
       - stable-2.10
+      - stable-2.11
     jobs:
       - 'lttng-ust_{version}_{buildtype}':
           buildtype: build
This page took 0.022547 seconds and 4 git commands to generate.