Changeset 7c0ef42


Ignore:
Timestamp:
May 8, 2017, 11:06:28 AM (7 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
620dd2b
Parents:
f04288f
Message:

Jenkins changed the name of some internal directories, now we have to guess them again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rf04288f r7c0ef42  
    9797        //parse git logs to find what changed
    9898        gitRefName = env.BRANCH_NAME
    99         dir("../${gitRefName}@script") {
    100                 sh "git reflog > ${out_dir}/GIT_COMMIT"
    101         }
     99        // dir("../${gitRefName}@script") {
     100        sh "git reflog > ${out_dir}/GIT_COMMIT"
     101        // }
    102102        git_reflog = readFile("${out_dir}/GIT_COMMIT")
    103103        gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
Note: See TracChangeset for help on using the changeset viewer.