Changeset e6ab994


Ignore:
Timestamp:
Jul 31, 2018, 1:34:19 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:
833caa5
Parents:
d83666c
Message:

Experimenting with git changelog to fix incorrect git messages from jenkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd83666c re6ab994  
    158158        do_sendemail    = ! (pSilent == 'true')
    159159
     160        collect_git_info()
     161
     162        def full = do_alltests ? " (Full)" : ""
     163        currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
     164
    160165        echo """Compiler              : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
    161166Architecture            : ${arch_name}
     
    168173"""
    169174
    170         collect_git_info()
    171 
    172         def full = do_alltests ? " (Full)" : ""
    173         currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
     175        echo gitChangelog returnType: 'STRING'
    174176}
    175177
Note: See TracChangeset for help on using the changeset viewer.