Do not fingerprint artifacts
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Sep 2015 15:37:58 +0000 (11:37 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Sep 2015 15:37:58 +0000 (11:37 -0400)
jobs/babeltrace.yaml
jobs/kernel.yaml
jobs/liburcu.yaml
jobs/lttng-modules.yaml

index 18be20b3f4d50dd7560f6cd483b123f4a569c91a..9cea85099cfe8ed1e22d494bff90442753bbe9ca 100644 (file)
@@ -86,7 +86,6 @@
       - 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
index 0bc925550935a2f6b7be4882266b9e0bdb2853e6..0b59663c730b0a13792fb330a2eba246d96ce007 100644 (file)
@@ -62,7 +62,6 @@
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-          fingerprint: true
       - workspace-cleanup
 
 
index f22d19b44e8d5eaf97030991961c28440f53bf2b..6d25f075d31b32ccb178b0bc89b16d46942d18aa 100644 (file)
@@ -96,7 +96,6 @@
       - 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:
index 3b1971828f88c3ef619e41508a40656f78fa51e5..a36385f2bcdd976f21c32dacf95b939f339b963e 100644 (file)
@@ -61,6 +61,7 @@
           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:
@@ -70,7 +71,6 @@
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-          fingerprint: true
       - workspace-cleanup
 
 
This page took 0.024057 seconds and 4 git commands to generate.