X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=jobs%2Fliburcu.yaml;h=1c66178aefb60617b70c0ac3ded603d27c9d5eaf;hb=5279b0f28620328ec87e4fbe6765d2696635597b;hp=46e17c3ed01a1b6044b6c9c191a42b4041be687e;hpb=f9a184a9cae3ab050af483e2e81f6ac27938c2c0;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 46e17c3..1c66178 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -210,15 +210,15 @@ 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