Changeset b8dd786 for Jenkinsfile
- Timestamp:
- Aug 15, 2019, 4:17:30 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
rd8fb85c rb8dd786 173 173 catch (Exception err) { 174 174 echo "Archiving core dumps" 175 archiveArtifacts artifacts: "${BuildDir}/tests/crashes/** ", fingerprint: true175 archiveArtifacts artifacts: "${BuildDir}/tests/crashes/**/*", fingerprint: true 176 176 throw err 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.