Changeset d83666c for Jenkinsfile


Ignore:
Timestamp:
Jul 31, 2018, 1:31:20 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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:
e6ab994
Parents:
8faaca1f
Message:

Added whether or not the build is a full build to the description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r8faaca1f rd83666c  
    170170        collect_git_info()
    171171
    172         currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}"
     172        def full = do_alltests ? " (Full)" : ""
     173        currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
    173174}
    174175
Note: See TracChangeset for help on using the changeset viewer.