Changeset c95fdc9
- Timestamp:
- Aug 15, 2019, 5:09:11 PM (5 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:
- 4648c84
- Parents:
- b8dd786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rb8dd786 rc95fdc9 173 173 catch (Exception err) { 174 174 echo "Archiving core dumps" 175 archiveArtifacts artifacts: "${BuildDir}/tests/crashes/**/*", fingerprint: true 175 dir (BuildDir) { 176 archiveArtifacts artifacts: "tests/crashes/**/*", fingerprint: true 177 } 176 178 throw err 177 179 }
Note: See TracChangeset
for help on using the changeset viewer.