Changeset b8dd786


Ignore:
Timestamp:
Aug 15, 2019, 4:17:30 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c95fdc9
Parents:
d8fb85c
Message:

fix archive pattern to not exclude all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd8fb85c rb8dd786  
    173173        catch (Exception err) {
    174174                echo "Archiving core dumps"
    175                 archiveArtifacts artifacts: "${BuildDir}/tests/crashes/**", fingerprint: true
     175                archiveArtifacts artifacts: "${BuildDir}/tests/crashes/**/*", fingerprint: true
    176176                throw err
    177177        }
Note: See TracChangeset for help on using the changeset viewer.