Changeset d8fb85c


Ignore:
Timestamp:
Aug 15, 2019, 2:57:18 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:
b8dd786
Parents:
4c51aca
Message:

archiveArtefact requires a pattern aparently not a directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4c51aca rd8fb85c  
    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.