- archive:
artifacts: 'build/**'
allow-empty: false
- fingerprint: true
- job-template:
name: babeltrace_{version}_cppcheck
- archive:
artifacts: 'babeltrace-cppcheck.xml'
allow-empty: false
- fingerprint: true
- cppcheck:
pattern: 'babeltrace-cppcheck.xml'
- email:
publishers:
- archive:
artifacts: 'pep8.out,pylint.out'
- fingerprint: true
- violations:
pep8:
pattern: pep8.out
- archive:
artifacts: 'build/**'
allow-empty: false
- fingerprint: true
- workspace-cleanup
- archive:
artifacts: 'build/**'
allow-empty: false
- fingerprint: true
- trigger:
project: lttng-ust-{version}
threshold: SUCCESS
- archive:
artifacts: 'liburcu-cppcheck.xml'
allow-empty: false
- fingerprint: true
- cppcheck:
pattern: 'liburcu-cppcheck.xml'
- email:
stable: true
filter: 'build/**'
target: 'deps/linux'
+ do-not-fingerprint: true
- shell: |
git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux
- shell:
- archive:
artifacts: 'build/**'
allow-empty: false
- fingerprint: true
- workspace-cleanup