Changeset de62f0f0 for Jenkinsfile


Ignore:
Timestamp:
Jun 6, 2016, 12:09:26 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7b1a604
Parents:
c7449ce2
Message:

fixed error in Jenkinsfile between single-quotes and double-quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc7449ce2 rde62f0f0  
    8787                        sh "git reflog > ${out_dir}/GIT_COMMIT"
    8888                }
    89                 git_reflog = readFile('${out_dir}/GIT_COMMIT')
     89                git_reflog = readFile("${out_dir}/GIT_COMMIT")
    9090                gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
    9191                gitRefNewValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][2]
Note: See TracChangeset for help on using the changeset viewer.