Changeset 62f96ae
- Timestamp:
- Mar 10, 2020, 3:39:09 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:
- c862fae
- Parents:
- aa96fba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
raa96fba r62f96ae 186 186 echo "Archiving core dumps" 187 187 dir (BuildDir) { 188 archiveArtifacts artifacts: "tests/crashes/**/*,lib/* ", fingerprint: true188 archiveArtifacts artifacts: "tests/crashes/**/*,lib/**/lib*.so*", fingerprint: true 189 189 } 190 190 throw err … … 447 447 def prepare_build() { 448 448 // prepare the properties 449 properties([]) 449 450 properties ([ \ 451 buildDiscarder(logRotator( \ 452 artifactDaysToKeepStr: '', \ 453 artifactNumToKeepStr: '', \ 454 daysToKeepStr: '730', \ 455 numToKeepStr: '1000' \ 456 )), \ 450 457 [$class: 'ParametersDefinitionProperty', \ 451 458 parameterDefinitions: [ \
Note: See TracChangeset
for help on using the changeset viewer.