Changeset 86242b0
- Timestamp:
- Jun 6, 2016, 11:45:51 AM (8 years ago)
- 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:
- c7449ce2
- Parents:
- 57aa6f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r57aa6f5 r86242b0 85 85 git_reflog = readFile('GIT_COMMIT') 86 86 gitRefName = env.BRANCH_NAME 87 gitRef NewValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]87 gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1] 88 88 gitRefNewValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][2] 89 89
Note: See TracChangeset
for help on using the changeset viewer.