Changeset 9f5bb817 for Jenkinsfile


Ignore:
Timestamp:
Jan 24, 2019, 12:22:46 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2407853
Parents:
a3e8281
Message:

PrettyGitLogs? now requires both the source dir and the build dir but can be called from anywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra3e8281 r9f5bb817  
    185185        if (!Settings || !Settings.GitOldRef || !Settings.GitNewRef) return "\nERROR retrieveing git information!\n"
    186186
    187         sh "${SrcDir}/tools/PrettyGitLogs.sh ${BuildDir} ${Settings.GitOldRef} ${Settings.GitNewRef}"
     187        sh "${SrcDir}/tools/PrettyGitLogs.sh ${SrcDir} ${BuildDir} ${Settings.GitOldRef} ${Settings.GitNewRef}"
    188188
    189189        def gitUpdate = readFile("${BuildDir}/GIT_UPDATE")
Note: See TracChangeset for help on using the changeset viewer.