Changeset ddee972


Ignore:
Timestamp:
Aug 15, 2019, 11:04:37 AM (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:
3e93c00
Parents:
143e6f3
Message:

Small syntax fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r143e6f3 rddee972  
    168168                        sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no  archiveerrors=${BuildDir}/tests/crashes/nodebug"""
    169169
    170                         if(fileExists "${BuildDir}/tests/crashes") {
     170                        def must_archive = fileExists "${BuildDir}/tests/crashes"
     171                        if(must_archive) {
    171172                                archiveArtifacts artifacts: "${BuildDir}/tests/crashes", fingerprint: true
    172173                        }
Note: See TracChangeset for help on using the changeset viewer.