Changeset 5f08ac2f for Jenkinsfile


Ignore:
Timestamp:
Aug 1, 2018, 12:01:30 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
a5da6a3
Parents:
82c6072 (diff), 27474a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'jenkins-sandbox'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r82c6072 r5f08ac2f  
    161161
    162162        def full = do_alltests ? " (Full)" : ""
    163         currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
     163        currentBuild.description = "${compiler.cc_name}:${arch_name}${full}"
    164164
    165165        echo """Compiler              : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
Note: See TracChangeset for help on using the changeset viewer.