Changeset ddee972 for Jenkinsfile
- Timestamp:
- Aug 15, 2019, 11:04:37 AM (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:
- 3e93c00
- Parents:
- 143e6f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r143e6f3 rddee972 168 168 sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no archiveerrors=${BuildDir}/tests/crashes/nodebug""" 169 169 170 if(fileExists "${BuildDir}/tests/crashes") { 170 def must_archive = fileExists "${BuildDir}/tests/crashes" 171 if(must_archive) { 171 172 archiveArtifacts artifacts: "${BuildDir}/tests/crashes", fingerprint: true 172 173 }
Note: See TracChangeset
for help on using the changeset viewer.